]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
NSS: enable the CAPATH option
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Dec 2014 14:20:40 +0000 (06:20 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Dec 2014 14:21:29 +0000 (06:21 -0800)
Bug: http://curl.haxx.se/bug/view.cgi?id=1457
Patch-by: Tomasz Kojm
lib/vtls/nssg.h

index 5b97464b5d6d80fda8a72803ccc91d14462d23ab..f6062f317180ff6f03253bffdef69a14e9a70753 100644 (file)
@@ -60,6 +60,9 @@ void Curl_nss_md5sum(unsigned char *tmp, /* input */
                      unsigned char *md5sum, /* output */
                      size_t md5len);
 
+/* this backend supports the CAPATH option */
+#define have_curlssl_ca_path 1
+
 /* this backend supports CURLOPT_CERTINFO */
 #define have_curlssl_certinfo 1