mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +03:00
parent
b2bccdc257
commit
89771d19d5
109 changed files with 319 additions and 324 deletions
|
|
@ -2104,7 +2104,7 @@ static CURLcode cacertpaths(struct OperationConfig *config)
|
|||
|
||||
#ifdef _WIN32
|
||||
if(!env) {
|
||||
#if defined(CURL_CA_SEARCH_SAFE)
|
||||
#ifdef CURL_CA_SEARCH_SAFE
|
||||
char *cacert = NULL;
|
||||
FILE *cafile = tool_execpath("curl-ca-bundle.crt", &cacert);
|
||||
if(cafile) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue