From: Dr. Stephen Henson Date: Thu, 5 Jun 2008 11:23:35 +0000 (+0000) Subject: include engine.h if needed. X-Git-Tag: OpenSSL_0_9_8i~57 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=56ef1cbc40a5feda45bdee0a66b13e3eb4865bdf;p=oweals%2Fopenssl.git include engine.h if needed. --- diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 7df4388427..c834eada16 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -130,6 +130,9 @@ #ifndef OPENSSL_NO_DH #include #endif +#ifndef OPENSSL_NO_ENGINE +#include +#endif const char *SSL_version_str=OPENSSL_VERSION_TEXT;