summaryrefslogtreecommitdiff
path: root/tests/testpkcs11.sh
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-09-23 09:34:09 +0200
committerDaiki Ueno <ueno@gnu.org>2020-09-25 10:53:35 +0200
commita7b126acd4793ced574acb68bdbf5c6a48bb4ad5 (patch)
tree9e8d24f38c1824db2095e35a66941d0dbfd78ebe /tests/testpkcs11.sh
parentd3fdcc737d03f5e8570b105c3d62dc6f8ce5ef2f (diff)
downloadgnutls-a7b126acd4793ced574acb68bdbf5c6a48bb4ad5.tar.gz
tests: remove launch_pkcs11_server
This function is only used by testpkcs11.sh. Signed-off-by: Daiki Ueno <ueno@gnu.org>
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