diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-26 11:53:34 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-26 13:11:40 +0000 |
commit | fe43a662a25ab3903176575f1a7e0f8a04a9adc5 (patch) | |
tree | 1a4b4402532dec28a068c6281a6b8ad21a5a474a /lib/http_negotiate.h | |
parent | 1ac4db23f74352223607c0e897d49e92ef8b86c1 (diff) |
vtls: Use CURLcode for Curl_ssl_init_certinfo() return type
The return type for this function was 0 on success and 1 on error. This
was then examined by the calling functions and, in most cases, used to
return CURLE_OUT_OF_MEMORY.
Instead use CURLcode for the return type and return the out of memory
error directly, propagating it up the call stack.
Diffstat (limited to 'lib/http_negotiate.h')
0 files changed, 0 insertions, 0 deletions