diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-11-17 18:03:21 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-11-17 18:05:27 +0100 |
commit | b9660dc4b290781ff6535dec32258ec14e6ff0b5 (patch) | |
tree | 0fc37a4863b0039a8ee9f6c6837666fa75258a4a /src | |
parent | 591c29aa498a57c68b056324612d16636e8b6289 (diff) | |
download | curl-b9660dc4b290781ff6535dec32258ec14e6ff0b5.tar.gz |
FindWin32CACert: return OK even if CA cert isn't foundcurl-7_23_1
Bug: http://curl.haxx.se/mail/lib-2011-11/0180.html
Reported by: Mark Brand
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_doswin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tool_doswin.c b/src/tool_doswin.c index b23b50af1..ef3899ee9 100644 --- a/src/tool_doswin.c +++ b/src/tool_doswin.c @@ -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); } |