mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 08:42:43 +02:00
BUILD: ssl: add 'ssl_c_r_dn' fetch for WolfSSL
WolfSSL supports SSL_get0_verified_chain() so we can activate this feature.
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
#endif
|
||||
|
||||
/* minimum OpenSSL 1.1.1 & libreSSL 3.3.6 */
|
||||
#if (defined(LIBRESSL_VERSION_NUMBER) && (LIBRESSL_VERSION_NUMBER >= 0x3030600L)) || (HA_OPENSSL_VERSION_NUMBER >= 0x10101000L)
|
||||
#if (defined(LIBRESSL_VERSION_NUMBER) && (LIBRESSL_VERSION_NUMBER >= 0x3030600L)) || (HA_OPENSSL_VERSION_NUMBER >= 0x10101000L) || defined(USE_OPENSSL_WOLFSSL)
|
||||
#define HAVE_SSL_get0_verified_chain
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user