Loading lib/vtls/openssl.c +1 −3 Original line number Diff line number Diff line Loading @@ -92,9 +92,7 @@ #undef HAVE_ENGINE_LOAD_FOUR_ARGS #endif #if (OPENSSL_VERSION_NUMBER >= 0x00903001L) && \ defined(HAVE_OPENSSL_PKCS12_H) && \ !defined(OPENSSL_IS_BORINGSSL) #if defined(HAVE_OPENSSL_PKCS12_H) && !defined(OPENSSL_IS_BORINGSSL) /* OpenSSL has PKCS 12 support, BoringSSL does not */ #define HAVE_PKCS12_SUPPORT #else Loading Loading
lib/vtls/openssl.c +1 −3 Original line number Diff line number Diff line Loading @@ -92,9 +92,7 @@ #undef HAVE_ENGINE_LOAD_FOUR_ARGS #endif #if (OPENSSL_VERSION_NUMBER >= 0x00903001L) && \ defined(HAVE_OPENSSL_PKCS12_H) && \ !defined(OPENSSL_IS_BORINGSSL) #if defined(HAVE_OPENSSL_PKCS12_H) && !defined(OPENSSL_IS_BORINGSSL) /* OpenSSL has PKCS 12 support, BoringSSL does not */ #define HAVE_PKCS12_SUPPORT #else Loading