]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix typo when checking for ed25519 support
authorMarga Manterola <marga@google.com>
Thu, 3 Jan 2019 17:57:29 +0000 (17:57 +0000)
committerMarga Manterola <marga@google.com>
Thu, 3 Jan 2019 17:57:29 +0000 (17:57 +0000)
tests/testpkcs11.sh

index 9c7a53678b45df86e6a6354998045c492c9fe8ba..49acc0ff9f3104671ed297e554cf8e20198e9df5 100755 (executable)
@@ -1045,7 +1045,7 @@ if test "x${TOKEN}" = x; then
        exit_error
 fi
 
-${P11TOOL} ${ADDITIONAL_PARAM} --list-machanisms ${TOKEN}|grep 25519 >/dev/null
+${P11TOOL} ${ADDITIONAL_PARAM} --list-mechanisms ${TOKEN}|grep 25519 >/dev/null
 if test $? = 0;then
        have_ed25519=1
 fi