From: Matthijs Mekking Date: Wed, 3 Feb 2021 09:35:46 +0000 (+0100) Subject: Fix testcrypto.sh X-Git-Tag: v9.17.11~62^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=572d7ec3b7d177eea5cfa0baff3571b382318c03;p=thirdparty%2Fbind9.git Fix testcrypto.sh Testing Ed448 was actually testing Ed25519. --- diff --git a/bin/tests/system/testcrypto.sh b/bin/tests/system/testcrypto.sh index 525f9c8ce87..137de4ee8ea 100644 --- a/bin/tests/system/testcrypto.sh +++ b/bin/tests/system/testcrypto.sh @@ -49,7 +49,7 @@ while test "$#" -gt 0; do msg="EDDSA cryptography" ;; ed448|ED448) - alg="-a ED25519" + alg="-a ED448" msg="EDDSA cryptography" ;; *)