Loading lib/vtls/openssl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -69,7 +69,7 @@ #include <openssl/ocsp.h> #include <openssl/ocsp.h> #endif #endif #if (OPENSSL_VERSION_NUMBER >= 0x10000000L) && /* 1.0.0 or later */ \ #if (OPENSSL_VERSION_NUMBER >= 0x0090800fL) && /* 0.9.8 or later */ \ !defined(OPENSSL_NO_ENGINE) !defined(OPENSSL_NO_ENGINE) #define USE_OPENSSL_ENGINE #define USE_OPENSSL_ENGINE #include <openssl/engine.h> #include <openssl/engine.h> Loading Loading
lib/vtls/openssl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -69,7 +69,7 @@ #include <openssl/ocsp.h> #include <openssl/ocsp.h> #endif #endif #if (OPENSSL_VERSION_NUMBER >= 0x10000000L) && /* 1.0.0 or later */ \ #if (OPENSSL_VERSION_NUMBER >= 0x0090800fL) && /* 0.9.8 or later */ \ !defined(OPENSSL_NO_ENGINE) !defined(OPENSSL_NO_ENGINE) #define USE_OPENSSL_ENGINE #define USE_OPENSSL_ENGINE #include <openssl/engine.h> #include <openssl/engine.h> Loading