From d9540579c5f33c88a095ff4d7aa76aed059d3166 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 20 Apr 2012 14:42:54 +0000 Subject: [PATCH] call OPENSSL_init when calling FIPS_mode too --- crypto/o_fips.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1