mirror of
https://github.com/curl/curl.git
synced 2026-05-30 16:27:29 +03:00
NSS: enable the CAPATH option
Bug: http://curl.haxx.se/bug/view.cgi?id=1457 Patch-by: Tomasz Kojm
This commit is contained in:
parent
884df3a51f
commit
26b57832fe
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue