pgsql: Fix list of SSL error codes for older OpenSSL versions.

2020-06-27 Thread Tom Lane
Fix list of SSL error codes for older OpenSSL versions. Apparently 1.0.1 lacks SSL_R_VERSION_TOO_HIGH and SSL_R_VERSION_TOO_LOW. Per buildfarm. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/e5f63db995514473f7b3421bc80f8e7715cd6d35 Modified Files -

pgsql: Fix list of SSL error codes for older OpenSSL versions.

2020-06-27 Thread Tom Lane
Fix list of SSL error codes for older OpenSSL versions. Apparently 1.0.1 lacks SSL_R_VERSION_TOO_HIGH and SSL_R_VERSION_TOO_LOW. Per buildfarm. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/e1cc25f59a8a90d821aaf894e1691575ed94454e Modified Files -- s