mirror of
https://github.com/curl/curl.git
synced 2026-05-30 12:37:28 +03:00
openssl: enable HAVE_KEYLOG_CALLBACK for AWS-LC
Supported by all AWS-LC versions:
6e3f5cc7e1
Closes #18368
This commit is contained in:
parent
63bf7a0898
commit
78f53e0460
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue