projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98809a1
)
Ooops, engage ENGINE initialisation code correctly in FIPS builds.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 17 Dec 2009 16:38:18 +0000
(16:38 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 17 Dec 2009 16:38:18 +0000
(16:38 +0000)
crypto/o_init.c
patch
|
blob
|
history
diff --git
a/crypto/o_init.c
b/crypto/o_init.c
index 00ed65a6cf2d38a058ea1cf1db2a8315884074f5..e4414e8d86e45c9dd4e880cb39ee0efda0ae88a2 100644
(file)
--- 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
-#if
def OPENSSL
_ENGINE
+#if
ndef OPENSSL_NO
_ENGINE
int_EVP_MD_init_engine_callbacks();
int_EVP_CIPHER_init_engine_callbacks();
int_RAND_init_engine_callbacks();