diff options
| author | Peter Eisentraut | 2018-01-05 00:09:27 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2018-01-05 00:09:27 +0000 |
| commit | 054e8c6cdb7f4261869e49d3ed7705cca475182e (patch) | |
| tree | 611d8062aac1e130ad0b10e221d68e4e28f8c101 /src/include | |
| parent | 1834c1e432d22f9e186950c7dd8598958776e016 (diff) | |
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.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 27b13687211..f98f773ff02 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -681,6 +681,9 @@ /* Define to 1 if you have the <winldap.h> header file. */ #undef HAVE_WINLDAP_H +/* Define to 1 if you have the `X509_get_signature_nid' function. */ +#undef HAVE_X509_GET_SIGNATURE_NID + /* Define to 1 if your compiler understands __builtin_bswap16. */ #undef HAVE__BUILTIN_BSWAP16 |
