From: Richard Levitte Date: Mon, 4 Aug 2003 10:12:38 +0000 (+0000) Subject: Inclusion of openssl/engine.h should always be wrapped with a check that X-Git-Tag: OpenSSL_0_9_7c~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=98c1a4900cf66b09f9706afa7353cb960cea45bb;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