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:
William Lallemand 2023-10-09 16:17:30 +02:00
parent 4428ac4f70
commit 1918bcbc12

View File

@ -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