pgsql: Skip install/test of pgcrypto on MSVC when not built with openss - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Skip install/test of pgcrypto on MSVC when not built with openss
Date
Msg-id E1n5wG7-0003tZ-PP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix comment in fe-connect.c about PQping and pg_ctl
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Allow MSVC .bat wrappers to be called from anywhere