]> granicus.if.org Git - postgresql/commit
Another attempt at fixing build with various OpenSSL versions
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 5 Jan 2018 00:09:27 +0000 (19:09 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 5 Jan 2018 00:09:27 +0000 (19:09 -0500)
commit054e8c6cdb7f4261869e49d3ed7705cca475182e
tree611d8062aac1e130ad0b10e221d68e4e28f8c101
parent1834c1e432d22f9e186950c7dd8598958776e016
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.
configure
configure.in
src/backend/libpq/be-secure-openssl.c
src/include/pg_config.h.in
src/interfaces/libpq/fe-secure-openssl.c