Remove support for OpenSSL *eay32 libs on Windows
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-27T14:09:48Z
Lists: pgsql-hackers
Attachments
- v1-0001-Remove-support-for-linking-with-libeay32-and-ssle.patch (application/octet-stream) patch v1-0001
The thread in [0] which adds Meson support for *eay32 OpenSSL library names on Windows reminded me that we should remove these from master since we no longer support OpenSSL 1.0.2 (which was the final version with those names). Attached is a small (as of yet untested on Windows/autoconf) diff removing these names from the Makefiles. [0] CAHrt6656W9OnFomQTHBGYDcM5CKZ7hcgzFt8L+N0ezBZfcN3zA@mail.gmail.com -- Daniel Gustafsson
Commits
-
Remove support for linking with libeay32 and ssleay32
- 44ec09575145 18.0 landed