mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue