aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-16 17:25:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-16 17:25:01 +0000
commita3654f058690bbb3d986d1a063b6c3742fd30af5 (patch)
treed14d8687e191e2ccedd8264c646808183de37afa /test
parent017bc57bf9734777d7cc0b847a55b0d762b5a149 (diff)
downloadopenssl-a3654f058690bbb3d986d1a063b6c3742fd30af5.tar.gz
Include openssl/crypto.h first in several other files so FIPS renaming
is picked up.
Diffstat (limited to 'test')
-rw-r--r--test/dummytest.c2
-rw-r--r--test/igetest.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/dummytest.c b/test/dummytest.c
index 5b4467e042..fc105712d3 100644
--- a/test/dummytest.c
+++ b/test/dummytest.c
@@ -2,9 +2,9 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#include <openssl/crypto.h>
#include <openssl/e_os2.h>
#include <openssl/buffer.h>
-#include <openssl/crypto.h>
int main(int argc, char *argv[])
{
diff --git a/test/igetest.c b/test/igetest.c
index 1ba900244d..080745c01e 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>