mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-09 16:47:18 +02:00
BUILD: ssl: enable keylog for awslc
AWSLC suports SSL_CTX_set_keylog_callback(), this patch enables the build with the keylog feature for this library.
This commit is contained in:
parent
4428ac4f70
commit
1918bcbc12
@ -99,7 +99,7 @@
|
|||||||
#define HAVE_SSL_SCTL
|
#define HAVE_SSL_SCTL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (HA_OPENSSL_VERSION_NUMBER >= 0x10101000L)
|
#if (HA_OPENSSL_VERSION_NUMBER >= 0x10101000L) || defined(USE_OPENSSL_AWSLC)
|
||||||
#define HAVE_SSL_KEYLOG
|
#define HAVE_SSL_KEYLOG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user