Thread: pgsql: Skip install/test of pgcrypto on MSVC when not built with openss

pgsql: Skip install/test of pgcrypto on MSVC when not built with openss

From
Andrew Dunstan
Date:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/825d95e8a8b266110d3d7eaa38a8f4abcf146a1a

Modified Files
--------------
src/tools/msvc/Install.pm   | 1 +
src/tools/msvc/vcregress.pl | 1 +
2 files changed, 2 insertions(+)