Remove support for linking with libeay32 and ssleay32
Daniel Gustafsson <dgustafsson@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +2 −121 |
| configure.ac | modified | +2 −7 |
| contrib/pgcrypto/Makefile | modified | +0 −1 |
| contrib/sslinfo/Makefile | modified | +1 −1 |
| src/interfaces/libpq/Makefile | modified | +1 −1 |
| src/test/modules/ssl_passphrase_callback/Makefile | modified | +1 −1 |
Discussion
- add support for the old naming libs convention on windows (ssleay32.lib and libeay32.lib) 9 messages · 2024-12-02 → 2025-02-07
- Remove support for OpenSSL *eay32 libs on Windows 4 messages · 2024-12-27 → 2024-12-31