Centralize ssl tests' check for whether we're using LibreSSL. Right now there's only one caller, so that this is merely an exercise in shoving code from one module to another, but there will shortly be another one. It seems better to avoid having two copies of this highly-subject-to-change test.
Back-patch to v15, where we first introduced some tests that don't work with LibreSSL. Reported-by: Thomas Munro <thomas.mu...@gmail.com> Author: Tom Lane <t...@sss.pgh.pa.us> Reviewed-by: Daniel Gustafsson <dan...@yesql.se> Discussion: https://postgr.es/m/ca+hukg+flqywehqfsbcerueuvt0vdusnwui-ysz3+d_apmq...@mail.gmail.com Backpatch-through: 15 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0aaf69965dbd92072911cc46e4b28b9a37c38fad Modified Files -------------- src/test/ssl/t/001_ssltests.pl | 5 ++--- src/test/ssl/t/SSL/Backend/OpenSSL.pm | 18 ++++++++++++++++++ src/test/ssl/t/SSL/Server.pm | 17 +++++++++++++++++ 3 files changed, 37 insertions(+), 3 deletions(-)