From: William Lallemand Date: Mon, 9 Oct 2023 14:17:30 +0000 (+0200) Subject: BUILD: ssl: enable keylog for awslc X-Git-Tag: v2.9-dev8~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1918bcbc121dff09a79fcef69084754e2ef2aaa4;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/include/haproxy/openssl-compat.h b/include/haproxy/openssl-compat.h index c87b65f2e7..fbaacbcd30 100644 --- a/include/haproxy/openssl-compat.h +++ b/include/haproxy/openssl-compat.h @@ -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