From: Richard Levitte Date: Thu, 23 Jun 2005 21:57:40 +0000 (+0000) Subject: Wrap the inclusion of openssl/engine.h with a protective check for X-Git-Tag: OpenSSL_0_9_8k^2~1978 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f6ebed1dc9452b07931b34b65112edf1a292a4b;p=thirdparty%2Fopenssl.git Wrap the inclusion of openssl/engine.h with a protective check for the absence of OPENSSL_NO_ENGINE. PR: 1123 --- diff --git a/crypto/store/str_lib.c b/crypto/store/str_lib.c index 9a66d6d609c..c0ad763e9a1 100644 --- a/crypto/store/str_lib.c +++ b/crypto/store/str_lib.c @@ -59,7 +59,9 @@ #include #include #include +#ifndef OPENSSL_NO_ENGINE #include +#endif #include #include #include "str_locl.h"