openssl: enable HAVE_KEYLOG_CALLBACK for AWS-LC

Supported by all AWS-LC versions:
6e3f5cc7e1

Closes #18368
This commit is contained in:
Viktor Szakats 2025-08-22 19:10:55 +02:00
parent 63bf7a0898
commit 78f53e0460
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -52,8 +52,7 @@
* LibreSSL: not supported. 3.5.0+ has a stub function that does nothing.
*/
#if (OPENSSL_VERSION_NUMBER >= 0x10101000L && \
!defined(LIBRESSL_VERSION_NUMBER)) || \
defined(OPENSSL_IS_BORINGSSL)
!defined(LIBRESSL_VERSION_NUMBER)) || defined(HAVE_BORINGSSL_LIKE)
#define HAVE_KEYLOG_CALLBACK
#endif