gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 155/254: cmake: Add CURL_CA_FALLBACK to curl_config


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 155/254: cmake: Add CURL_CA_FALLBACK to curl_config.h.cmake
Date: Sat, 17 Jun 2017 16:53:07 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit 5606fcc657ecbe113b6dcdcd26e79e7fa7fbea42
Author: Simon Warta <address@hidden>
AuthorDate: Sun Feb 26 22:41:33 2017 +0100

    cmake: Add CURL_CA_FALLBACK to curl_config.h.cmake
    
    This is for symmetry with the autoconf generated curl_config.h.in
---
 lib/curl_config.h.cmake | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake
index 9fcdd97f9..b5b957f54 100644
--- a/lib/curl_config.h.cmake
+++ b/lib/curl_config.h.cmake
@@ -6,6 +6,9 @@
 /* Location of default 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 */
 #cmakedefine CURL_CA_PATH ${CURL_CA_PATH}
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]