]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix testcrypto.sh
authorMatthijs Mekking <matthijs@isc.org>
Wed, 3 Feb 2021 09:35:46 +0000 (10:35 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 9 Feb 2021 14:25:25 +0000 (15:25 +0100)
Testing Ed448 was actually testing Ed25519.

(cherry picked from commit 572d7ec3b7d177eea5cfa0baff3571b382318c03)

bin/tests/system/testcrypto.sh

index d09f2feb2e853a5ad8dd94921f6efe3895e1cf09..8cdceafc375326909644fe3bf055ae7b5679fd02 100644 (file)
@@ -50,7 +50,7 @@ while test "$#" -gt 0; do
                 msg="EDDSA cryptography"
                 ;;
         ed448|ED448)
-                alg="-a ED25519"
+                alg="-a ED448"
                 msg="EDDSA cryptography"
                 ;;
         *)