pgsql: Revert "Only provide new libpq sslpasskey hook for openssl-enabl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Only provide new libpq sslpasskey hook for openssl-enabl
Date: 2020-04-17 21:05:33
Message-ID: E1jPYB3-0002QF-8y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Only provide new libpq sslpasskey hook for openssl-enabled builds"

This reverts commit 9e24109f1a4e4d8d1d372b004d6a0dd06e673fe7.

This caused build errors when building without openssl, and it's
simplest just to revert it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6741cfa5964768279a13e01e46931664fe0903a4

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-04-18 00:50:52 pgsql: Doc: revise formatting of function/operator tables.
Previous Message Andrew Dunstan 2020-04-17 20:52:08 Re: pgsql: Only provide openssl_tls_init_hook if building with openssl