From 5cd8b97d0ec2b0836dd77b9ac28a8632ed35fc57 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 2 Jul 2019 21:32:11 +0200 Subject: use sane paths in tests/Makefile --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 309dc59..1f671e5 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -8,7 +8,7 @@ TEXT = "A foo is a bar" SOFTHSM = /usr/bin/softhsm2-util SOFTHSM_PROVIDER = /usr/lib/softhsm/libsofthsm2.so -P11P_PROVIDER = /home/linus/usr/lib/pkcs11/p11-kit-client.so +P11P_PROVIDER = /usr/local/lib/pkcs11/p11-kit-client.so p11p-softhsm: testsig.hsm.p11p.pem echo "$(TEXT)" |./do-verify.sh $< $(P11P_PROVIDER) ./openssl.p11p.cnf $(SOFTHSM_PROVIDER) -- cgit v1.1