Loading lib/ssluse.c +1 −2 Original line number Diff line number Diff line Loading @@ -90,10 +90,9 @@ #undef HAVE_ENGINE_LOAD_FOUR_ARGS #endif #if OPENSSL_VERSION_NUMBER >= 0x00903001L #if (OPENSSL_VERSION_NUMBER >= 0x00903001L) && defined(HAVE_OPENSSL_PKCS12_H) /* OpenSSL has PKCS 12 support */ #define HAVE_PKCS12_SUPPORT #include <openssl/pkcs12.h> #else /* OpenSSL/SSLEay does not have PKCS12 support */ #undef HAVE_PKCS12_SUPPORT Loading lib/urldata.h +3 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,9 @@ #ifdef HAVE_OPENSSL_ENGINE_H #include <openssl/engine.h> #endif #ifdef HAVE_OPENSSL_PKCS12_H #include <openssl/pkcs12.h> #endif #else #include "rsa.h" #include "crypto.h" Loading Loading
lib/ssluse.c +1 −2 Original line number Diff line number Diff line Loading @@ -90,10 +90,9 @@ #undef HAVE_ENGINE_LOAD_FOUR_ARGS #endif #if OPENSSL_VERSION_NUMBER >= 0x00903001L #if (OPENSSL_VERSION_NUMBER >= 0x00903001L) && defined(HAVE_OPENSSL_PKCS12_H) /* OpenSSL has PKCS 12 support */ #define HAVE_PKCS12_SUPPORT #include <openssl/pkcs12.h> #else /* OpenSSL/SSLEay does not have PKCS12 support */ #undef HAVE_PKCS12_SUPPORT Loading
lib/urldata.h +3 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,9 @@ #ifdef HAVE_OPENSSL_ENGINE_H #include <openssl/engine.h> #endif #ifdef HAVE_OPENSSL_PKCS12_H #include <openssl/pkcs12.h> #endif #else #include "rsa.h" #include "crypto.h" Loading