summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2019-03-29 12:29:41 +0100
committerDamien Miller <djm@mindrot.org>2019-03-29 22:37:15 +1100
commit342d6e51589b184c337cccfc4c788b60ff8b3765 (patch)
tree26afc26a4f55ec37acb1182830cab756c1ebb597
parentf5abb05f8c7358dacdcb866fe2813f6d8efd5830 (diff)
Adjust softhsm2 path on Fedora Linux for regress
The SoftHSM lives in Fedora in /usr/lib64/pkcs11/libsofthsm2.so
-rw-r--r--regress/agent-pkcs11.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/agent-pkcs11.sh b/regress/agent-pkcs11.sh
index 5dd77126..5205d906 100644
--- a/regress/agent-pkcs11.sh
+++ b/regress/agent-pkcs11.sh
@@ -17,6 +17,7 @@ try_token_libs() {
try_token_libs \
/usr/local/lib/softhsm/libsofthsm2.so \
+ /usr/lib64/pkcs11/libsofthsm2.so \
/usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so
TEST_SSH_PIN=1234