Fix list of SSL error codes for older OpenSSL versions.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/be-secure-openssl.c | modified | +4 −2 |
| src/interfaces/libpq/fe-secure-openssl.c | modified | +4 −2 |