diff options
author | Jakub Jelen <jjelen@redhat.com> | 2019-03-29 12:29:41 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-03-29 22:37:15 +1100 |
commit | 342d6e51589b184c337cccfc4c788b60ff8b3765 (patch) | |
tree | 26afc26a4f55ec37acb1182830cab756c1ebb597 /regress | |
parent | f5abb05f8c7358dacdcb866fe2813f6d8efd5830 (diff) |
Adjust softhsm2 path on Fedora Linux for regress
The SoftHSM lives in Fedora in /usr/lib64/pkcs11/libsofthsm2.so
Diffstat (limited to 'regress')
-rw-r--r-- | regress/agent-pkcs11.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/agent-pkcs11.sh b/regress/agent-pkcs11.sh index 5dd771263..5205d9067 100644 --- a/regress/agent-pkcs11.sh +++ b/regress/agent-pkcs11.sh | |||
@@ -17,6 +17,7 @@ try_token_libs() { | |||
17 | 17 | ||
18 | try_token_libs \ | 18 | try_token_libs \ |
19 | /usr/local/lib/softhsm/libsofthsm2.so \ | 19 | /usr/local/lib/softhsm/libsofthsm2.so \ |
20 | /usr/lib64/pkcs11/libsofthsm2.so \ | ||
20 | /usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so | 21 | /usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so |
21 | 22 | ||
22 | TEST_SSH_PIN=1234 | 23 | TEST_SSH_PIN=1234 |