pgsql: Only provide openssl_tls_init_hook if building with openssl - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Only provide openssl_tls_init_hook if building with openssl
Date
Msg-id E1jPX9g-00024a-BR@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Only provide openssl_tls_init_hook if building with openssl  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Only provide openssl_tls_init_hook if building with openssl

This should have been protected by #ifdef USE_OPENSSL in commit
896fcdb230.

Per the real complaint this time from Daniel Gustafsson.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f342d7ad03e61a1cea0339cf0c5aea0d01c3b43e

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Only provide new libpq sslpasskey hook for openssl-enabledbuild
Next
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Only provide new libpq sslpasskey hook for openssl-enabledbuild