| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Another attempt at fixing build with various OpenSSL versions |
| Date: | 2018-01-05 00:11:43 |
| Message-ID: | E1eXFbr-0004Pu-CS@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Another attempt at fixing build with various OpenSSL versions
It seems we can't easily work around the lack of
X509_get_signature_nid(), so revert the previous attempts and just
disable the tls-server-end-point feature if we don't have it.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/054e8c6cdb7f4261869e49d3ed7705cca475182e
Modified Files
--------------
configure | 9 +++++----
configure.in | 2 +-
src/backend/libpq/be-secure-openssl.c | 10 ++++++++--
src/include/pg_config.h.in | 3 +++
src/interfaces/libpq/fe-secure-openssl.c | 9 +++++++--
5 files changed, 24 insertions(+), 9 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2018-01-05 13:47:44 | Re: pgsql: Implement channel binding tls-server-end-point for SCRAM |
| Previous Message | Andres Freund | 2018-01-05 00:08:20 | Re: pgsql: Add missing includes |