From 73a5ffac69be6595dbd4b853f83b742d4d2db5bf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 20 Dec 2024 21:57:07 +0100 Subject: Fix tests on Fedora 41 (and maybe others). --- run/tests | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run/tests b/run/tests index 18be05718..e374a5051 100755 --- a/run/tests +++ b/run/tests @@ -106,6 +106,9 @@ if [ "$check" == "1" ]; then popd fi +# Make newer OpenSSL libraries still support SHA1 signatures +export OPENSSL_ENABLE_SHA1_SIGNATURES=1 + if [ "$type" == "debug" ]; then gdb --args build/test/unit-tests --catch_system_errors=no --log_level=test_suite $* elif [ "$type" == "backtrace" ]; then -- cgit v1.2.3