]> 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:15:17 +0000 (09:15 +0200)
Probably by copy-paste mistake, ecdsa384 was checked twice.

(cherry picked from commit 10194baa07c888535fbd311abf434af62f332405)

bin/tests/system/ecdsa/setup.sh

index d650d95d7eaf1599335f711b3e5c1232a7e4aed4..a0eba63f1cc71cdcd8c36c3da3648afa6611e2d8 100644 (file)
@@ -16,7 +16,7 @@ SYSTEMTESTTOP=..
 
 set -e
 
-if $SHELL ../testcrypto.sh ecdsap384sha384; then
+if $SHELL ../testcrypto.sh ecdsap256sha256; then
        echo "yes" > ecdsa256-supported.file
 fi