diff --git a/include/haproxy/openssl-compat.h b/include/haproxy/openssl-compat.h index c87b65f2e..fbaacbcd3 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