tests: Add path to softhsm pkcs11 module for Ubuntu

This commit is contained in:
Jakub Jelen 2020-01-08 11:37:57 +01:00
parent b52e6db353
commit 60e7b49027
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ PIN="123456"
PKCS11_TOOL="../src/tools/pkcs11-tool"
softhsm_paths="/usr/local/lib/softhsm/libsofthsm2.so \
/usr/lib/softhsm/libsofthsm2.so
/usr/lib64/pkcs11/libsofthsm2.so \
/usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so"