pgsql: Only provide new libpq sslpasskey hook for openssl-enabled build

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Only provide new libpq sslpasskey hook for openssl-enabled build
Date: 2020-04-17 18:19:17
Message-ID: E1jPVa9-0001PF-Bh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Only provide new libpq sslpasskey hook for openssl-enabled builds

In commit 4dc6355210 I neglected to put #ifdef USE_OPENSSL around the
declarations of the new items. This is remedied here.

Per complaint from Daniel Gustafsson.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e24109f1a4e4d8d1d372b004d6a0dd06e673fe7

Modified Files
--------------
src/interfaces/libpq/libpq-fe.h | 2 ++
1 file changed, 2 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2020-04-17 18:59:02 pgsql: Use a slightly more liberal regex to detect Visual Studio versio
Previous Message Tom Lane 2020-04-17 17:42:10 pgsql: Fix possible future cache reference leak in ALTER EXTENSION ADD/