summaryrefslogtreecommitdiffstats
path: root/crypto/seed
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-06-09 23:35:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-06-09 23:35:34 +0000
commit7175dbaeba1dbcb176b63894f8a41e4f4b3e54d7 (patch)
tree34b291e3fb5f49cb64861a5a6be9bbe5d8ef85b6 /crypto/seed
parentaf454b5bb09bf647b4854dc277f2eefc151b2608 (diff)
Revert "version skew" patches that break FIPS compilation.
Diffstat (limited to 'crypto/seed')
-rw-r--r--crypto/seed/seed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/seed/seed.c b/crypto/seed/seed.c
index 6e1a6b9c70..3e675a8d75 100644
--- a/crypto/seed/seed.c
+++ b/crypto/seed/seed.c
@@ -32,6 +32,7 @@
#include <memory.h>
#endif
+#include <openssl/crypto.h>
#include <openssl/seed.h>
#include "seed_locl.h"