mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-11 12:09:32 +00:00
Adjust softhsm2 path on Fedora Linux for regress
The SoftHSM lives in Fedora in /usr/lib64/pkcs11/libsofthsm2.so
This commit is contained in:
parent
f5abb05f8c
commit
342d6e5158
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user