summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-20 21:57:07 +0100
committerCarl Hetherington <cth@carlh.net>2025-09-03 11:59:19 +0200
commit73a5ffac69be6595dbd4b853f83b742d4d2db5bf (patch)
tree166242716ffaf9f9f912d7af47d713cd896957e7
parent5b24c3a7d1b53b5fb1c0e67fc930f6524cecd4d4 (diff)
Fix tests on Fedora 41 (and maybe others).
-rwxr-xr-xrun/tests3
1 files changed, 3 insertions, 0 deletions
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