From a3654f058690bbb3d986d1a063b6c3742fd30af5 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 16 Feb 2011 17:25:01 +0000 Subject: Include openssl/crypto.h first in several other files so FIPS renaming is picked up. --- test/dummytest.c | 2 +- test/igetest.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'test') 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 #include #include +#include #include #include -#include 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 #include #include #include -- cgit v1.2.3