summaryrefslogtreecommitdiff
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-08-17 17:40:08 +0100
committerDr. Stephen Henson <steve@openssl.org>2013-08-17 17:41:13 +0100
commit14536c8c9c0abb894afcadb9a58b4b29fc8f7a4d (patch)
treea2de06bfbfb5e3c73ab78cf9a143dd8382c69afa /fips
parent42082eda6f3d64ce87184d65c4eae06d677e971c (diff)
downloadopenssl-new-14536c8c9c0abb894afcadb9a58b4b29fc8f7a4d.tar.gz
Make no-ec compilation work.
Diffstat (limited to 'fips')
-rw-r--r--fips/rand/fips_randtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/rand/fips_randtest.c b/fips/rand/fips_randtest.c
index 58c1acecf5..9185783d54 100644
--- a/fips/rand/fips_randtest.c
+++ b/fips/rand/fips_randtest.c
@@ -110,7 +110,6 @@
#include <string.h>
#include <ctype.h>
#include <openssl/rand.h>
-#include <openssl/fips_rand.h>
#include <openssl/err.h>
#include <openssl/bn.h>
@@ -129,6 +128,7 @@ int main(int argc, char *argv[])
#include "fips_utl.h"
#include <openssl/fips.h>
+#include <openssl/fips_rand.h>
typedef struct
{