Another attempt at fixing build with various OpenSSL versions
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |