Thread: pgsql: Remove support for linking with libeay32 and ssleay32
Remove support for linking with libeay32 and ssleay32 The OpenSSL project stopped using the eay names back in 2016 on platforms other than Microsoft Windows, and version 1.1.0 removed the names from Windows as well. Since we now require OpenSSL 1.1.1 we can remove support for using the eay names from our tree as well. Author: Daniel Gustafsson <daniel@yesql.se> Reviewed-by: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/3C445F8E-D43E-4970-9CD9-A54882197714@yesql.se Discussion: https://postgr.es/m/CAHrt6656W9OnFomQTHBGYDcM5CKZ7hcgzFt8L+N0ezBZfcN3zA@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/44ec09575145e908be8130de701e5c83995d1abe Modified Files -------------- configure | 123 +--------------------- configure.ac | 9 +- contrib/pgcrypto/Makefile | 1 - contrib/sslinfo/Makefile | 2 +- src/interfaces/libpq/Makefile | 2 +- src/test/modules/ssl_passphrase_callback/Makefile | 2 +- 6 files changed, 7 insertions(+), 132 deletions(-)