[COMMITTERS] pgsql: Fix pgcrypto compilation with OpenSSL 1.1.0.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема [COMMITTERS] pgsql: Fix pgcrypto compilation with OpenSSL 1.1.0.
Дата
Msg-id E1cGMjd-0006PM-H8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pgcrypto compilation with OpenSSL 1.1.0.

Was broken by the switch to using OpenSSL's EVP interface for ciphers, in
commit 5ff4a67f.

Reported by Andres Freund. Fix by Michael Paquier with some kibitzing by me.

Discussion: https://www.postgresql.org/message-id/20161201014826.ic72tfkahmevpwz7@alap3.anarazel.de

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9bbbf029dded76d7d86053ebad1c5f9ab2948904

Modified Files
--------------
contrib/pgcrypto/openssl.c     | 188 ++++++++++++++++++++++++++++++-----------
contrib/pgcrypto/pgp-encrypt.c |   2 +
2 files changed, 141 insertions(+), 49 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix two thinkos related to strong random keys.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Further cleanup from the strong-random patch.