Merge branch 'stepan/fix-check-in-ecdsa-system-test-9.18' into 'bind-9.18'

[9.18] Fix ecdsa256 check in ecdsa system test setup

See merge request isc-projects/bind9!8150
This commit is contained in:
Ondřej Surý
2023-07-28 08:12:33 +00:00

View File

@@ -15,7 +15,7 @@ set -e
. ../conf.sh
if $SHELL ../testcrypto.sh ecdsap384sha384; then
if $SHELL ../testcrypto.sh ecdsap256sha256; then
echo "yes" > ecdsa256-supported.file
fi