summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2004-05-11 12:46:24 +0000
committerBen Laurie <ben@openssl.org>2004-05-11 12:46:24 +0000
commit3642f632d3120ca512e11613cab14d69ca66fe73 (patch)
treecabb035fcc5dd6096f511250c17b652fe010551c /crypto/cryptlib.c
parentaaa16d00017d801bc583bc93da4337b37dc7a9bd (diff)
Pull FIPS back into stable.
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 2924def2bb..84c1e6853f 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -66,6 +66,11 @@
static double SSLeay_MSVC5_hack=0.0; /* and for VC1.5 */
#endif
+#ifdef OPENSSL_FIPS
+int FIPS_mode;
+void *FIPS_rand_check;
+#endif /* def OPENSSL_FIPS */
+
DECLARE_STACK_OF(CRYPTO_dynlock)
IMPLEMENT_STACK_OF(CRYPTO_dynlock)