summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarga Manterola <marga@google.com>2019-01-03 17:57:29 +0000
committerMarga Manterola <marga@google.com>2019-01-03 17:57:29 +0000
commit43c482135f80aded4a2f4802921d5ad97b7e9745 (patch)
tree7e59c0cf2bb1e6f60629857a72140dfbb90322e9
parent059abf4e19822b4159c914d7a10647094578baa7 (diff)
downloadgnutls-43c482135f80aded4a2f4802921d5ad97b7e9745.tar.gz
Fix typo when checking for ed25519 support
-rwxr-xr-xtests/testpkcs11.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testpkcs11.sh b/tests/testpkcs11.sh
index 9c7a53678b..49acc0ff9f 100755
--- a/tests/testpkcs11.sh
+++ b/tests/testpkcs11.sh
@@ -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