Skip to content
Snippets Groups Projects
Commit b9660dc4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

FindWin32CACert: return OK even if CA cert isn't found

Bug: http://curl.haxx.se/mail/lib-2011-11/0180.html
Reported by: Mark Brand
parent 591c29aa
No related branches found
No related tags found
No related merge requests found
......@@ -285,8 +285,6 @@ CURLcode FindWin32CACert(struct Configurable *config, const char *bundle_file)
if(!config->cacert)
result = CURLE_OUT_OF_MEMORY;
}
else
result = CURLE_SSL_CACERT;
Curl_safefree(buf);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment