pgsql: Only provide openssl_tls_init_hook if building with openssl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Only provide openssl_tls_init_hook if building with openssl
Date: 2020-04-17 20:00:04
Message-ID: E1jPX9g-00024a-BR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2020-04-17 20:22:29 Re: pgsql: Only provide new libpq sslpasskey hook for openssl-enabled build
Previous Message Andrew Dunstan 2020-04-17 19:46:47 Re: pgsql: Only provide new libpq sslpasskey hook for openssl-enabled build