summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@sunet.se>2019-10-22 16:56:45 +0200
committerLinus Nordberg <linus@sunet.se>2019-10-22 16:56:45 +0200
commit6a43a439ed0d9324eb954ab0835e40004ddbfe81 (patch)
tree9cd77d86ed252cc3b4d29ddcdfc6c0d94193cac0 /tests/Makefile
parentc97e52cbdd813eb7398a2697b4e75acee6b4240d (diff)
use the symlink for libsofthsm2.so
This should be more stable. It's used in openssl.direct.cnf too.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
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"