pgsql: Fix comment regarding LibreSSL availability

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment regarding LibreSSL availability
Date: 2024-05-05 08:25:56
Message-ID: E1s3XBz-001cjx-Th@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment regarding LibreSSL availability

SSL_AD_NO_APPLICATION_PROTOCOL is indeed available in LibreSSL, but only
in 3.4.3 and later (shipped in OpenBSD 7.0).

Discussion: https://postgr.es/m/E1s1g0Z-000jeC-OR@gemulon.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c34d7df6ad5394c790941a8a4f1a1c71573b47f9

Modified Files
--------------
src/interfaces/libpq/fe-secure-openssl.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-05-05 15:24:18 pgsql: Silence Coverity complaint about possible null-pointer dereferen
Previous Message David Rowley 2024-05-05 00:55:12 pgsql: Fix query pullup issue with WindowClause runCondition