]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix build of MSVC with OpenSSL 3.0.0
authorMichael Paquier <michael@paquier.xyz>
Wed, 20 Oct 2021 07:49:06 +0000 (16:49 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 20 Oct 2021 07:49:06 +0000 (16:49 +0900)
commite00d45fea15fe3c06981e3ce05718234177babf1
treef0cbd7cb54882f551e9d887866c26aaf8a46c3fd
parent4589c903599dc602f7d1e6facf161cc177adec9d
Fix build of MSVC with OpenSSL 3.0.0

The build scripts of Visual Studio would fail to detect properly a 3.0.0
build as the check on the second digit was failing.  This is adjusted
where needed, allowing the builds to complete.  Note that the MSIs of
OpenSSL mentioned in the documentation have not changed any library
names for Win32 and Win64, making this change straight-forward.

Reported-by: htalaco, via github
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/YW5XKYkq6k7OtrFq@paquier.xyz
Backpatch-through: 9.6
src/tools/msvc/Solution.pm