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

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

  1. Fix build of MSVC with OpenSSL 3.0.0