1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

cmake: Add CURL_CA_FALLBACK to curl_config.h.cmake

This is for symmetry with the autoconf generated curl_config.h.in
This commit is contained in:
Simon Warta 2017-02-26 22:41:33 +01:00 committed by Daniel Stenberg
parent edd7603e99
commit 5606fcc657

View File

@ -6,6 +6,9 @@
/* Location of default ca bundle */ /* Location of default ca bundle */
#cmakedefine CURL_CA_BUNDLE ${CURL_CA_BUNDLE} #cmakedefine CURL_CA_BUNDLE ${CURL_CA_BUNDLE}
/* define "1" to use built-in ca store of TLS backend */
#cmakedefine CURL_CA_FALLBACK 1
/* Location of default ca path */ /* Location of default ca path */
#cmakedefine CURL_CA_PATH ${CURL_CA_PATH} #cmakedefine CURL_CA_PATH ${CURL_CA_PATH}