From: Richard Levitte Date: Mon, 4 Aug 2003 10:12:36 +0000 (+0000) Subject: Inclusion of openssl/engine.h should always be wrapped with a check that X-Git-Tag: BEN_FIPS_TEST_1~38^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5b6e7c8c65114e004023ec6627cd227d72ca0579;p=oweals%2Fopenssl.git Inclusion of openssl/engine.h should always be wrapped with a check that OPENSSL_NO_ENGINE is not defined. --- diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c index 879d84ae79..fa60a73ead 100644 --- a/crypto/evp/c_all.c +++ b/crypto/evp/c_all.c @@ -59,7 +59,9 @@ #include #include "cryptlib.h" #include +#ifndef OPENSSL_NO_ENGINE #include +#endif #if 0 #undef OpenSSL_add_all_algorithms