From: Daniel Stenberg Date: Wed, 3 Dec 2014 14:20:40 +0000 (-0800) Subject: NSS: enable the CAPATH option X-Git-Tag: curl-7_40_0~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26b57832fe1c4e733ab1b4e8f6faea7365ece48e;p=thirdparty%2Fcurl.git NSS: enable the CAPATH option Bug: http://curl.haxx.se/bug/view.cgi?id=1457 Patch-by: Tomasz Kojm --- diff --git a/lib/vtls/nssg.h b/lib/vtls/nssg.h index 5b97464b5d..f6062f3171 100644 --- a/lib/vtls/nssg.h +++ b/lib/vtls/nssg.h @@ -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