pgsql: ssl: Fix expected output for OpenSSL 4

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ssl: Fix expected output for OpenSSL 4
Date: 2026-09-04 11:46:42
Message-ID: E1x2SNV-00000003Rhd-2M44@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ssl: Fix expected output for OpenSSL 4

When adding support for OpenSSL 4, one occurrence of OpenSSL error
message matching was missed in the backpatches to PostgreSQL 17 and
16.

Reported-by: Christoph Berg <cb(at)df7cb(dot)de>
Discussion: https://postgr.es/m/apky-gqiLVtFkR-w@msg.df7cb.de
Backpatch-through: 16,17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/612dd54254391c59d1d7db8071bf8570143d8fe4

Modified Files
--------------
src/test/ssl/t/001_ssltests.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-09-04 11:46:48 pgsql: ssl: Fix expected output for OpenSSL 4
Previous Message Etsuro Fujita 2026-09-04 09:42:10 pgsql: postgres_fdw: Fix issues with statistics import.