Skip install/test of pgcrypto on MSVC when not built with openssl
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 7 Jan 2022 20:48:53 +0000 (15:48 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 7 Jan 2022 20:48:53 +0000 (15:48 -0500)
commit825d95e8a8b266110d3d7eaa38a8f4abcf146a1a
tree5f5f4694cdf9f6372262aced259890509baccd48
parentfb0745fa0d706d1519d6e55e93d1dcae27e12e4d
Skip install/test of pgcrypto on MSVC when not built with openssl

Commit db7d1a7b05 missed a couple of places that needed adjustment now
we are not building pgcrypto when openssl is not configured, causing
contrib installcheck to fail in such a case.
src/tools/msvc/Install.pm
src/tools/msvc/vcregress.pl