From: Daniel Stenberg Date: Fri, 13 Nov 2015 14:51:46 +0000 (+0100) Subject: openssl: remove 0.9.3 check X-Git-Tag: curl-7_46_0~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0755308a6a210fdb886ea127dfa6b6d2359d7f9c;p=curl openssl: remove 0.9.3 check --- diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 5bfddf370..06af9df0d 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -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