Re: Update minimum SSL version - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Update minimum SSL version
Date
Msg-id 20191203034713.GA1634@paquier.xyz
Whole thread Raw
In response to Re: Update minimum SSL version  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, Dec 02, 2019 at 09:59:44AM -0500, Tom Lane wrote:
> Is there a simple way to ask the library itself for version info?
> It might be worth the cycles to have configure run a small test
> program to extract and print that data (not on cross-compile
> builds, of course).

SSLeay_version():
https://www.openssl.org/docs/man1.0.2/man3/SSLeay_version.html
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Ioseph Kim
Date:
Subject: add age for databases list in psql
Next
From: Michael Paquier
Date:
Subject: Re: Update minimum SSL version