mirror of
https://github.com/curl/curl.git
synced 2026-06-05 14:34:14 +03:00
cmake: allow multiple SSL backends
This will make possible to select the SSL backend (using curl_global_sslset()) even when the libcurl is built using CMake Closes #2665
This commit is contained in:
parent
2c15693a3c
commit
59b284b6eb
2 changed files with 4 additions and 1 deletions
|
|
@ -966,6 +966,9 @@
|
|||
/* to enable Windows SSL */
|
||||
#cmakedefine USE_SCHANNEL 1
|
||||
|
||||
/* enable multiple SSL backends */
|
||||
#cmakedefine CURL_WITH_MULTI_SSL 1
|
||||
|
||||
/* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
|
||||
#cmakedefine USE_YASSLEMUL 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue