From dd1b8be51a9a3d3ffcfb02e6fb00af5507161d4f Mon Sep 17 00:00:00 2001 From: Will Cosgrove Date: Tue, 7 Aug 2018 08:46:47 -0700 Subject: [PATCH] Added conditional around engine.h include --- src/openssl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openssl.h b/src/openssl.h index a4ffccdf..fe497a9b 100644 --- a/src/openssl.h +++ b/src/openssl.h @@ -40,7 +40,9 @@ #include #include #include +#ifndef OPENSSL_NO_ENGINE #include +#endif #ifndef OPENSSL_NO_DSA #include #endif