--- ptstream.c.orig 2008-02-26 23:27:27.000000000 +0000 +++ ptstream.c 2019-09-11 21:19:53.000000000 +0100 @@ -151,7 +151,7 @@ /* Initialise the connection */ SSLeay_add_ssl_algorithms(); - meth = SSLv3_client_method(); + meth = SSLv23_client_method(); SSL_load_error_strings(); ctx = SSL_CTX_new (meth);