mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 14:32:42 +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:
@@ -99,7 +99,7 @@
|
||||
#define HAVE_SSL_SCTL
|
||||
#endif
|
||||
|
||||
#if (HA_OPENSSL_VERSION_NUMBER >= 0x10101000L)
|
||||
#if (HA_OPENSSL_VERSION_NUMBER >= 0x10101000L) || defined(USE_OPENSSL_AWSLC)
|
||||
#define HAVE_SSL_KEYLOG
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user