Another attempt at fixing build with various OpenSSL versions

Peter Eisentraut <peter_e@gmx.net>

Commit: 054e8c6cdb7f4261869e49d3ed7705cca475182e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-01-05T00:09:27Z
Releases: 11.0
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.

Files

PathChange+/−
configure modified +5 −4
configure.in modified +1 −1
src/backend/libpq/be-secure-openssl.c modified +8 −2
src/include/pg_config.h.in modified +3 −0
src/interfaces/libpq/fe-secure-openssl.c modified +7 −2