From: Nikos Mavrogiannopoulos Date: Mon, 7 Apr 2014 09:49:27 +0000 (+0200) Subject: Corrected check for softhsm shared object. X-Git-Tag: gnutls_3_3_0~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afd9a2e2826a901d26448b3754ebcdf5aad8cbcc;p=thirdparty%2Fgnutls.git Corrected check for softhsm shared object. --- diff --git a/tests/suite/testpkcs11 b/tests/suite/testpkcs11 index 37b0325203..d022c13918 100755 --- a/tests/suite/testpkcs11 +++ b/tests/suite/testpkcs11 @@ -64,7 +64,7 @@ else if test -f /usr/lib/softhsm/libsofthsm.so;then ADDITIONAL_PARAM="--provider /usr/lib/softhsm/libsofthsm.so" else - ADDITIONAL_PARAM="--provider /usr/lib/softhsm/libsofthsm.so" + ADDITIONAL_PARAM="--provider /usr/lib64/softhsm/libsofthsm.so" fi echo "0:./softhsm-testpkcs11.db" > $SOFTHSM_CONF