summaryrefslogtreecommitdiff
path: root/tests/testpkcs11.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testpkcs11.sh')
-rwxr-xr-xtests/testpkcs11.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testpkcs11.sh b/tests/testpkcs11.sh
index 95b585ab6f..ccdcfbf5ce 100755
--- a/tests/testpkcs11.sh
+++ b/tests/testpkcs11.sh
@@ -900,7 +900,7 @@ use_certificate_test () {
echo -n "* Using PKCS #11 with gnutls-cli (${txt})... "
# start server
eval "${GETPORT}"
- launch_pkcs11_server "${ADDITIONAL_PARAM}" --echo --priority NORMAL --x509certfile="${certfile}" \
+ launch_server ${ADDITIONAL_PARAM} --echo --priority NORMAL --x509certfile="${certfile}" \
--x509keyfile="$keyfile" --x509cafile="${cafile}" \
--verify-client-cert --require-client-cert >>"${LOGFILE}" 2>&1