mirror of
https://github.com/curl/curl.git
synced 2026-04-18 20:21:40 +03:00
cmake: enable SSLS-EXPORT in the build
Follow-up to 515a21f350
Closes #15991
This commit is contained in:
parent
9e54db2707
commit
23742ce015
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue