curl/lib/vtls
Steve Holme 6cb7b0c0ac 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.
2014-12-25 17:15:15 +00:00
..
axtls.c
axtls.h
curl_darwinssl.c darwinssl: fix incorrect usage of aprintf() 2014-12-15 00:56:09 -06:00
curl_darwinssl.h
curl_schannel.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
curl_schannel.h curl_schannel: Improvements to memory re-allocation strategy 2014-12-14 17:27:31 +01:00
cyassl.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
cyassl.h
gskit.c
gskit.h
gtls.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
gtls.h
nss.c
nssg.h
openssl.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
openssl.h
polarssl_threadlock.c
polarssl_threadlock.h
polarssl.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
polarssl.h
vtls.c vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00
vtls.h vtls: Use bool for Curl_ssl_getsessionid() return type 2014-12-25 17:15:15 +00:00