mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +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:
parent
d75bc06bdc
commit
bf426eecd7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user