diff options
Diffstat (limited to 'lib')
-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 |