LOG((CLOG_DEBUG2"want to accept, error=%d, attempt=%d", errorCode, retry));break;caseSSL_ERROR_SYSCALL: LOG((CLOG_ERR"ssl error occurred (system call failure)"));if(ERR_peek_error() ==0) {if(status ==0) { LOG((CLOG_ERR"eof violates ssl protocol")); }elseif(status ==-1) ...
*/staticVALUEossl_make_error(VALUE exc,constchar*fmt, va_list args){charbuf[BUFSIZ];constchar*msg;longe;intlen =0;#ifdefHAVE_ERR_PEEK_LAST_ERRORe =ERR_peek_last_error();#elsee = ERR_peek_error();#endifif(fmt) { len = vsnprintf(buf, BUFSIZ, fmt, args); }if(len < BUFSIZ && ...