From 98c1a4900cf66b09f9706afa7353cb960cea45bb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 4 Aug 2003 10:12:38 +0000 Subject: [PATCH] Inclusion of openssl/engine.h should always be wrapped with a check that OPENSSL_NO_ENGINE is not defined. --- crypto/evp/c_all.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1