pgsql: Remove support for linking with libeay32 and ssleay32

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove support for linking with libeay32 and ssleay32
Date: 2025-02-06 19:41:43
Message-ID: E1tg7ks-005isZ-QE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)yesql(dot)se>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-02-06 21:22:01 pgsql: libpq: Handle asynchronous actions during SASL
Previous Message Masahiko Sawada 2025-02-06 19:37:09 pgsql: radixtree: Fix crash when non-creator begins iteration over shar