]> granicus.if.org Git - curl/commit
vtls: Use CURLcode for Curl_ssl_init_certinfo() return type
authorSteve Holme <steve_holme@hotmail.com>
Fri, 26 Dec 2014 11:53:34 +0000 (11:53 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 26 Dec 2014 13:11:40 +0000 (13:11 +0000)
commitfe43a662a25ab3903176575f1a7e0f8a04a9adc5
tree1a4b4402532dec28a068c6281a6b8ad21a5a474a
parent1ac4db23f74352223607c0e897d49e92ef8b86c1
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.
lib/vtls/gskit.c
lib/vtls/openssl.c
lib/vtls/vtls.c
lib/vtls/vtls.h