From ec33a7664128ee82d450795ab305b69ea0a58529 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 23 Jun 2005 21:57:37 +0000 Subject: [PATCH] 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.25.1