From: Daniel Stenberg Date: Mon, 13 Jan 2025 18:32:53 +0000 (+0100) Subject: cmake: enable SSLS-EXPORT in the build X-Git-Tag: curl-8_12_0~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23742ce015fc7e227e4d2838402af8fe392fb22b;p=thirdparty%2Fcurl.git cmake: enable SSLS-EXPORT in the build Follow-up to 515a21f350b89f0676e5df7f904c62c8f67be377 Closes #15991 --- diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index b631878ea2..a41af0c982 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -682,6 +682,9 @@ ${SIZEOF_TIME_T_CODE} /* if Secure Transport is enabled */ #cmakedefine USE_SECTRANSP 1 +/* if SSL session export support is available */ +#cmakedefine USE_SSLS_EXPORT 1 + /* if mbedTLS is enabled */ #cmakedefine USE_MBEDTLS 1