Fixing build of MSVC with OpenSSL 3.0.0

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>
Subject: Fixing build of MSVC with OpenSSL 3.0.0
Date: 2021-10-19 05:27:05
Message-ID: YW5XKYkq6k7OtrFq@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
win32-openssl-300.patch text/x-diff 964 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2021-10-19 05:37:46 Re: Data is copied twice when specifying both child and parent table in publication
Previous Message Amit Kapila 2021-10-19 04:56:33 Re: Added schema level support for publication.