summaryrefslogtreecommitdiff
path: root/lib/curl_config.h.cmake
diff options
context:
space:
mode:
authorRaphael Gozzo <raphael.rg91@gmail.com>2018-06-17 13:26:44 -0300
committerDaniel Stenberg <daniel@haxx.se>2018-06-21 09:48:26 +0200
commit59b284b6ebdda679e9fa6bb549015f994f4e79c8 (patch)
treeacd70cf80e6e6379115a7ff613d4c0507657a386 /lib/curl_config.h.cmake
parent2c15693a3c355d8296a1828123a864397296460b (diff)
downloadcurl-59b284b6ebdda679e9fa6bb549015f994f4e79c8.tar.gz
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
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r--lib/curl_config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake
index a890d8ce6..ab0094be5 100644
--- a/lib/curl_config.h.cmake
+++ b/lib/curl_config.h.cmake
@@ -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