summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2020-10-06 17:36:28 +0200
committerJakub Jelen <jjelen@redhat.com>2020-10-06 17:36:47 +0200
commit3c29cd10b211e81e79f38f4c0a9d42070a382789 (patch)
tree86e89c30ac57360cfe026127d1209d101fcb9e89
parente47664f097f5328d01a6c36d3e11577d6445b3b4 (diff)
test: Add 32b paths for softhsm
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
-rwxr-xr-xtests/setup-softhsm2.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/setup-softhsm2.sh b/tests/setup-softhsm2.sh
index 7523990..5341cd3 100755
--- a/tests/setup-softhsm2.sh
+++ b/tests/setup-softhsm2.sh
@@ -8,6 +8,7 @@ PIN="77777777"
export GNUTLS_PIN=$PIN
for P11LIB in \
+ /usr/lib/pkcs11/libsofthsm2.so \
/usr/lib64/pkcs11/libsofthsm2.so \
/usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so \
/usr/lib/softhsm/libsofthsm2.so \