]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
openssl: enable `HAVE_KEYLOG_CALLBACK` for AWS-LC
authorViktor Szakats <commit@vsz.me>
Fri, 22 Aug 2025 17:10:55 +0000 (19:10 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 22 Aug 2025 18:36:10 +0000 (20:36 +0200)
Supported by all AWS-LC versions:
https://github.com/aws/aws-lc/commit/6e3f5cc7e16b8ab1b0a924c60f14332cb1697217

Closes #18368

lib/vtls/openssl.h

index ace55ab4d13a463a2110fc833cbefc2f494cb939..e263ee2eb266d7295bd5262b134e1eb74b98cc53 100644 (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