Fixing build of MSVC with OpenSSL 3.0.0
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Daniel Gustafsson <daniel@yesql.se>
Date: 2021-10-19T05:27:05Z
Lists: pgsql-hackers
Attachments
- win32-openssl-300.patch (text/x-diff) patch
Hi all, $subject has been noticed on github here: https://github.com/postgres/postgres/pull/70/commits Looking at the MSIs of OpenSSL for Win64 and Win32, there are no changes in the deliverable names or paths, meaning that something as simple as the attached patch is enough to make the build pass. Any opinions? -- Michael
Commits
-
Fix build of MSVC with OpenSSL 3.0.0
- d581960dfbea 9.6.24 landed
- 922e3c3b72d8 10.19 landed
- e00d45fea15f 11.14 landed
- 1539e0ecd6a4 12.9 landed
- abb9ee92c507 13.5 landed
- 81aefaea8293 14.1 landed
- 41f30ecc29c8 15.0 landed