summaryrefslogtreecommitdiff
path: root/test/igetest.c
diff options
context:
space:
mode:
authorsteve <steve>2011-02-16 17:24:57 +0000
committersteve <steve>2011-02-16 17:24:57 +0000
commit70f4eb82fdfe19462003fb13709f19c2684494a0 (patch)
treece57171fd44cf649d6c07a269c8b9a2bbaa17713 /test/igetest.c
parent9a5d820b850b6b4a543f1609216fdc28d5c9d541 (diff)
downloadopenssl-70f4eb82fdfe19462003fb13709f19c2684494a0.tar.gz
Include openssl/crypto.h first in several other files so FIPS renaming
is picked up.
Diffstat (limited to 'test/igetest.c')
-rw-r--r--test/igetest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/igetest.c b/test/igetest.c
index 1ba900244..080745c01 100644
--- a/test/igetest.c
+++ b/test/igetest.c
@@ -49,6 +49,7 @@
*
*/
+#include <openssl/crypto.h>
#include <openssl/aes.h>
#include <openssl/rand.h>
#include <stdio.h>