X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fo_fips.c;h=f6d1b21855ce54e2905ff4004ee698f6f3ae1436;hb=d215724753495d9d51caa1421dcf98fc9b8fe527;hp=6a823957502e771b769d2cc5cd2560fa8d56d189;hpb=247c3f60494e11c038595d7e5ae9e4edac181cc7;p=oweals%2Fopenssl.git 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