From 3c29cd10b211e81e79f38f4c0a9d42070a382789 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 6 Oct 2020 17:36:28 +0200 Subject: [PATCH] test: Add 32b paths for softhsm Signed-off-by: Jakub Jelen Reference:https://gitlab.freedesktop.org/spice/libcacard/-/commit/3c29cd10b211e81e79f38f4c0a9d42070a382789 --- tests/setup-softhsm2.sh | 1 + 1 file changed, 1 insertion(+) 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 \ -- GitLab