diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-12-03 06:20:40 -0800 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-12-03 06:21:29 -0800 |
commit | 26b57832fe1c4e733ab1b4e8f6faea7365ece48e (patch) | |
tree | 0de61be45f22d1ee66be1b8b20345bdec5753122 /lib/vtls/nssg.h | |
parent | 884df3a51f2f9ff3d4aebbe86d3971d9202d3f11 (diff) | |
download | curl-26b57832fe1c4e733ab1b4e8f6faea7365ece48e.tar.gz |
NSS: enable the CAPATH option
Bug: http://curl.haxx.se/bug/view.cgi?id=1457
Patch-by: Tomasz Kojm
Diffstat (limited to 'lib/vtls/nssg.h')
-rw-r--r-- | lib/vtls/nssg.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |