bool TcpSocket::SSLImp::Start() { LLOG("SSL Start"); ... ERR_clear_error(); if(!context.Create(const_cast<SSL_METHOD *>(SSLv23_client_method()))) { SetSSLError("Start: SSL context."); return false; }
Report message to a moderator