Обсуждение: pgsql: Fix list of SSL error codes for older OpenSSL versions.

Поиск
Список
Период
Сортировка

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

От
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
--------------
src/backend/libpq/be-secure-openssl.c    | 6 ++++--
src/interfaces/libpq/fe-secure-openssl.c | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)