diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |