From 2f6ebed1dc9452b07931b34b65112edf1a292a4b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 23 Jun 2005 21:57:40 +0000 Subject: [PATCH 1/1] Wrap the inclusion of openssl/engine.h with a protective check for the absence of OPENSSL_NO_ENGINE. PR: 1123 --- crypto/store/str_lib.c | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.34.1