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 151 151 152 152 /* Initialise the connection */ 153 153 SSLeay_add_ssl_algorithms(); 154 meth = SSLv 3_client_method();154 meth = SSLv23_client_method(); 155 155 SSL_load_error_strings(); 156 156 157 157 ctx = SSL_CTX_new (meth);