]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix ecdsa256 check in ecdsa system test setup
authorŠtěpán Balážik <stepan@isc.org>
Sat, 24 Jun 2023 09:45:50 +0000 (11:45 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 28 Jul 2023 07:13:39 +0000 (09:13 +0200)
Probably by copy-paste mistake, ecdsa384 was checked twice.

bin/tests/system/ecdsa/setup.sh

index 7dddf126ac43a0e1319b2be2dfaed7bbb42bf6c7..86cd1cf1c6d1f62670090558893eaf01d4e12e04 100644 (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