Ticket #59020: patch-ssl-change.diff

File patch-ssl-change.diff, 318 bytes (added by juliangilbey (Julian Gilbey), 5 years ago)
  • ptstream.c

    old new  
    151151       
    152152        /* Initialise the connection */
    153153        SSLeay_add_ssl_algorithms();
    154         meth = SSLv3_client_method();
     154        meth = SSLv23_client_method();
    155155        SSL_load_error_strings();
    156156
    157157        ctx = SSL_CTX_new (meth);