From: Richard Levitte Date: Thu, 23 Jun 2005 21:57:37 +0000 (+0000) Subject: Wrap the inclusion of openssl/engine.h with a protective check for X-Git-Tag: OpenSSL_0_9_8~38 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ec33a7664128ee82d450795ab305b69ea0a58529;p=oweals%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 9a66d6d609..c0ad763e9a 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"