cmake: enable SSLS-EXPORT in the build

Follow-up to 515a21f350b89f0676e5df7f904c62c8f67be377

Closes #15991
This commit is contained in:
Daniel Stenberg 2025-01-13 19:32:53 +01:00
parent 9e54db2707
commit 23742ce015
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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