From: Dr. Stephen Henson Date: Thu, 17 Dec 2009 16:38:18 +0000 (+0000) Subject: Ooops, engage ENGINE initialisation code correctly in FIPS builds. X-Git-Tag: OpenSSL_0_9_8m-beta1~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c1003dfd1579f0a7a88d230baecc98fa5eef0bc7;p=oweals%2Fopenssl.git Ooops, engage ENGINE initialisation code correctly in FIPS builds. --- diff --git a/crypto/o_init.c b/crypto/o_init.c index 00ed65a6cf..e4414e8d86 100644 --- a/crypto/o_init.c +++ b/crypto/o_init.c @@ -73,7 +73,7 @@ void OPENSSL_init(void) #ifdef CRYPTO_MDEBUG CRYPTO_malloc_debug_init(); #endif -#ifdef OPENSSL_ENGINE +#ifndef OPENSSL_NO_ENGINE int_EVP_MD_init_engine_callbacks(); int_EVP_CIPHER_init_engine_callbacks(); int_RAND_init_engine_callbacks();