pgsql: Fix handling of OpenSSL's SSL_clear_options

2019-12-05 Thread Michael Paquier
Fix handling of OpenSSL's SSL_clear_options This function is supported down to OpenSSL 0.9.8, which is the oldest version supported since 593d4e4 (from Postgres 10 onwards), and is used since e3bdb2d (from 11 onwards). It is defined as a macro from OpenSSL 0.9.8 to 1.0.2, and as a function in 1.1

pgsql: Fix handling of OpenSSL's SSL_clear_options

2019-12-05 Thread Michael Paquier
Fix handling of OpenSSL's SSL_clear_options This function is supported down to OpenSSL 0.9.8, which is the oldest version supported since 593d4e4 (from Postgres 10 onwards), and is used since e3bdb2d (from 11 onwards). It is defined as a macro from OpenSSL 0.9.8 to 1.0.2, and as a function in 1.1

pgsql: Fix handling of OpenSSL's SSL_clear_options

2019-12-05 Thread Michael Paquier
Fix handling of OpenSSL's SSL_clear_options This function is supported down to OpenSSL 0.9.8, which is the oldest version supported since 593d4e4 (from Postgres 10 onwards), and is used since e3bdb2d (from 11 onwards). It is defined as a macro from OpenSSL 0.9.8 to 1.0.2, and as a function in 1.1