pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL
Дата
Msg-id E1s1g0Z-000jeC-OR@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-committers
Fix compilation on OpenSSL 1.0.2 and LibreSSL

SSL_AD_NO_APPLICATION_PROTOCOL was introduced in OpenSSL 1.1.0.

While we're at it, add a link to the related OpenSSL github issue to
the comment.

Per buildfarm and Tom Lane.

Discussion: https://www.postgresql.org/message-id/1452995.1714433552@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5bcbe9813bf91bcf14ef3a580162f1600dd3d1d4

Modified Files
--------------
src/interfaces/libpq/fe-secure-openssl.c | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot