pgsql: Define OPENSSL_API_COMPAT

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Define OPENSSL_API_COMPAT
Date: 2020-07-19 10:45:33
Message-ID: E1jx6p3-0004Tw-EJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Define OPENSSL_API_COMPAT

This avoids deprecation warnings from newer OpenSSL versions (3.0.0 in
particular).

Discussion: https://www.postgresql.org/message-id/flat/FEF81714-D479-4512-839B-C769D2605F8A%40yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4d3db13621be64fbac2faf7c01c4879d20885c1b

Modified Files
--------------
configure | 6 +++++-
configure.in | 3 +++
src/include/pg_config.h.in | 4 ++++
src/tools/msvc/Solution.pm | 10 +++++++++-
4 files changed, 21 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-07-19 16:37:38 pgsql: Correctly mark pg_subscription.subslotname as nullable.
Previous Message Tom Lane 2020-07-18 18:58:31 pgsql: Fix replication/worker_internal.h to compile without other heade