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 <[email protected]>
Reviewed-by: Michael Paquier <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Discussion: 
https://postgr.es/m/cahrt6656w9onfomqthbgydcm5ckz7hcgzft8l+n0ezbzfcn...@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(-)

Reply via email to