Backpatch OpenSSL 3.0.0 compatibility in tests

Peter Eisentraut <peter@eisentraut.org>

Commit: 6133a0f4c7c39c9490b5aef91efba76ce83c5a02
Author: Peter Eisentraut <peter@eisentraut.org>
Committer: Andrew Dunstan <andrew@dunslane.net>
Date: 2023-02-08T21:56:53Z
Releases: 12.15
Backpatch OpenSSL 3.0.0 compatibility in tests

backport of commit f0d2c65f17 to releases 11 and 12

This means the SSL tests will fail on machines with extremely old
versions of OpenSSL, but we don't know of anything trying to run such
tests. The ability to build is not affected.

Discussion: https://postgr.es/m/73e646d3-8653-1a1c-0a39-739872b591b0@dunslane.net

Files

PathChange+/−
src/test/ssl/Makefile modified +1 −1
src/test/ssl/ssl/server-password.key modified +26 −26

Discussion