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/[email protected] 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
