From 6a43a439ed0d9324eb954ab0835e40004ddbfe81 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 22 Oct 2019 16:56:45 +0200 Subject: use the symlink for libsofthsm2.so This should be more stable. It's used in openssl.direct.cnf too. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.1