diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-20 21:57:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-03 11:59:19 +0200 |
| commit | 73a5ffac69be6595dbd4b853f83b742d4d2db5bf (patch) | |
| tree | 166242716ffaf9f9f912d7af47d713cd896957e7 | |
| parent | 5b24c3a7d1b53b5fb1c0e67fc930f6524cecd4d4 (diff) | |
Fix tests on Fedora 41 (and maybe others).
| -rwxr-xr-x | run/tests | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
