From 26b57832fe1c4e733ab1b4e8f6faea7365ece48e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 3 Dec 2014 06:20:40 -0800 Subject: NSS: enable the CAPATH option Bug: http://curl.haxx.se/bug/view.cgi?id=1457 Patch-by: Tomasz Kojm --- lib/vtls/nssg.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/vtls/nssg.h b/lib/vtls/nssg.h index 5b97464b5..f6062f317 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 -- cgit v1.2.3