summaryrefslogtreecommitdiffstats
path: root/crypto/o_fips.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/o_fips.c')
-rw-r--r--crypto/o_fips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/o_fips.c b/crypto/o_fips.c
index 6a82395750..f6d1b21855 100644
--- a/crypto/o_fips.c
+++ b/crypto/o_fips.c
@@ -64,6 +64,7 @@
int FIPS_mode(void)
{
+ OPENSSL_init();
#ifdef OPENSSL_FIPS
return FIPS_module_mode();
#else