Searched refs:errdetail (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1923 unsigned long errdetail; local
1934 errdetail = ERR_get_error(); /* Gets the earliest error code from the
1938 switch(errdetail) {
1965 SSL_strerror(errdetail, error_buffer, sizeof(error_buffer));
1975 if(CURLE_SSL_CONNECT_ERROR == rc && errdetail == 0) {

Completed in 51 milliseconds