gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 12/208: curl_setup.h: error out on CURL_WANTS_CA_BU


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 12/208: curl_setup.h: error out on CURL_WANTS_CA_BUNDLE_ENV use
Date: Wed, 09 Aug 2017 17:33:29 +0200

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

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

commit 7d7346519d8bff513f9ed9f0c5e709782b159e5a
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Jun 15 11:11:15 2017 +0200

    curl_setup.h: error out on CURL_WANTS_CA_BUNDLE_ENV use
    
    ... to make it really apparent if there's any user using this on purpose.
    
    Suggested-by: Jay Satiro
    
    Closes #1542
---
 lib/curl_setup.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index 369b953d2..eb4f038dd 100644
--- a/lib/curl_setup.h
+++ b/lib/curl_setup.h
@@ -640,6 +640,10 @@ int netware_init(void);
 #endif
 #endif
 
+#ifdef CURL_WANTS_CA_BUNDLE_ENV
+#error "No longer supported. Set CURLOPT_CAINFO at runtime instead."
+#endif
+
 /*
  * Provide a mechanism to silence picky compilers, such as gcc 4.6+.
  * Parameters should of course normally not be unused, but for example when

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



reply via email to

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