diff -ur postgresql-7.3.1/src/interfaces/libpq/fe-secure.c postgresql-7.3.1.patched/src/interfaces/libpq/fe-secure.c --- postgresql-7.3.1/src/interfaces/libpq/fe-secure.c Wed Dec 18 07:20:03 2002 +++ postgresql-7.3.1.patched/src/interfaces/libpq/fe-secure.c Mon Dec 23 00:12:01 2002 @@ -712,7 +714,7 @@ { SSL_library_init(); SSL_load_error_strings(); - SSL_context = SSL_CTX_new(SSLv23_method()); + SSL_context = SSL_CTX_new(TLSv1_method()); if (!SSL_context) { printfPQExpBuffer(&conn->errorMessage,