]> granicus.if.org Git - curl/commit
vtls: Use bool for Curl_ssl_getsessionid() return type
authorSteve Holme <steve_holme@hotmail.com>
Thu, 25 Dec 2014 17:15:15 +0000 (17:15 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 25 Dec 2014 17:15:15 +0000 (17:15 +0000)
commit6cb7b0c0acdfc49e289fedfb3d1c29103f47a2e6
tree00d02974de45b6b2920d4f4929c99b854ece1ba9
parent38aaf6c380210c5261f8c2ce2823380845c539fb
vtls: Use bool for Curl_ssl_getsessionid() return type

The return type of this function is a boolean value, and even uses a
bool internally, so use bool in the function declaration as well as
the variables that store the return value, to avoid any confusion.
lib/vtls/curl_schannel.c
lib/vtls/cyassl.c
lib/vtls/gtls.c
lib/vtls/openssl.c
lib/vtls/polarssl.c
lib/vtls/vtls.c
lib/vtls/vtls.h