Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 224095
Collapse All | Expand All

(-)sim/sslclient.cpp.orig (-1 / +1 lines)
Lines 406-412 Link Here
406
406
407
bool SSLClient::initTLS1(bool bDH)
407
bool SSLClient::initTLS1(bool bDH)
408
{
408
{
409
    mpCTX = SSL_CTX_new(TLSv1_method());
409
    mpCTX = SSL_CTX_new(SSLv23_client_method());
410
    if (mpCTX == NULL)
410
    if (mpCTX == NULL)
411
        return false;
411
        return false;
412
    if (bDH){
412
    if (bDH){

Return to bug 224095