pgsql: Fix build with older OpenSSL versions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix build with older OpenSSL versions
Дата
Msg-id E1eXCzE-00016j-Ls@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix build with older OpenSSL versions

Apparently, X509_get_signature_nid() is only in fairly new OpenSSL
versions, so use the lower-level interface it is built on instead.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ac3ff8b1d8f98da38c53a701e6397931080a39cf

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c    | 2 +-
src/interfaces/libpq/fe-secure-openssl.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Implement channel binding tls-server-end-point for SCRAM
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Minor preparatory refactoring for UPDATE row movement.