Remove configure check for OpenSSL's SSL_get_current_compression()
Michael Paquier <michael@paquier.xyz>
Remove configure check for OpenSSL's SSL_get_current_compression() This function has been added in OpenSSL 0.9.8, which is the oldest version supported on HEAD, so checking for it at configure time is useless. Both the frontend and backend code did not even bother to use it. Reported-by: Daniel Gustafsson Author: Michael Paquier Reviewed-by: Daniel Gustafsson, Tom Lane Discussion: https://postgr.es/m/20191205083252.GE5064@paquier.xyz Discussion: https://postgr.es/m/98F7F99E-1129-41D8-B86B-FE3B1E286881@yesql.se
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +1 −1 |
| configure.in | modified | +1 −1 |
| src/include/pg_config.h.in | modified | +0 −3 |
| src/include/pg_config.h.win32 | modified | +0 −3 |
| src/include/port.h | modified | +0 −4 |
Discussion
- Update minimum SSL version 38 messages · 2019-11-29 → 2019-12-06
- Removal of support for OpenSSL 0.9.8 and 1.0.0 15 messages · 2019-12-05 → 2020-01-06