openssl: remove 0.9.3 check
This commit is contained in:
parent
53b13d0c71
commit
0755308a6a
@ -92,9 +92,7 @@
|
|||||||
#undef HAVE_ENGINE_LOAD_FOUR_ARGS
|
#undef HAVE_ENGINE_LOAD_FOUR_ARGS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (OPENSSL_VERSION_NUMBER >= 0x00903001L) && \
|
#if defined(HAVE_OPENSSL_PKCS12_H) && !defined(OPENSSL_IS_BORINGSSL)
|
||||||
defined(HAVE_OPENSSL_PKCS12_H) && \
|
|
||||||
!defined(OPENSSL_IS_BORINGSSL)
|
|
||||||
/* OpenSSL has PKCS 12 support, BoringSSL does not */
|
/* OpenSSL has PKCS 12 support, BoringSSL does not */
|
||||||
#define HAVE_PKCS12_SUPPORT
|
#define HAVE_PKCS12_SUPPORT
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user