]> 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 11:59:08 +0000 (11:59 +0000)
Testing Ed448 was actually testing Ed25519.

bin/tests/system/testcrypto.sh

index 525f9c8ce87f20c0b42782184b2a33f7e023a3ec..137de4ee8ea8cf42a564034ad635b9c7b884172a 100644 (file)
@@ -49,7 +49,7 @@ while test "$#" -gt 0; do
                 msg="EDDSA cryptography"
                 ;;
         ed448|ED448)
-                alg="-a ED25519"
+                alg="-a ED448"
                 msg="EDDSA cryptography"
                 ;;
         *)