summaryrefslogtreecommitdiffstats
path: root/crypto/o_init.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-12-17 16:38:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-12-17 16:38:18 +0000
commitc1003dfd1579f0a7a88d230baecc98fa5eef0bc7 (patch)
tree2120fc3f42057336336092ee669706d8eefa50f6 /crypto/o_init.c
parent98809a14586612a42f66324bde86c3c2e74f27e4 (diff)
Ooops, engage ENGINE initialisation code correctly in FIPS builds.
Diffstat (limited to 'crypto/o_init.c')
-rw-r--r--crypto/o_init.c2
1 files changed, 1 insertions, 1 deletions
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();