Skip to content

Commit

Permalink
FindWin32CACert: return OK even if CA cert isn't found
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Nov 17, 2011
1 parent 591c29a commit b9660dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tool_doswin.c
Expand Up @@ -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);
}
Expand Down

0 comments on commit b9660dc

Please sign in to comment.