diff options
| author | Linus Nordberg <linus@sunet.se> | 2019-10-22 16:56:45 +0200 |
|---|---|---|
| committer | Linus Nordberg <linus@sunet.se> | 2019-10-22 16:56:45 +0200 |
| commit | 6a43a439ed0d9324eb954ab0835e40004ddbfe81 (patch) | |
| tree | 9cd77d86ed252cc3b4d29ddcdfc6c0d94193cac0 | |
| parent | c97e52cbdd813eb7398a2697b4e75acee6b4240d (diff) | |
use the symlink for libsofthsm2.so
This should be more stable.
It's used in openssl.direct.cnf too.
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index b1b7d8c..b664790 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -4,7 +4,7 @@ # gnutls-bin: /usr/bin/p11tool # openssl: /usr/bin/openssl -SOFTHSM_PROVIDER ?= /usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so +SOFTHSM_PROVIDER ?= /usr/lib/softhsm/libsofthsm2.so P11P_PROVIDER ?= /usr/lib/x86_64-linux-gnu/pkcs11/p11-kit-client.so TEXT = "A foo is a bar" |
