From ccef1b59bc6cca89474eaddf7144972926281e29 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 10 May 2017 19:56:44 -0400 Subject: Clean up default location of PKCS #11 library. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 954380e..ccee996 100644 --- a/Makefile +++ b/Makefile @@ -193,7 +193,7 @@ TAGS: *.[ch] # Basic testing, via the Python unittest library and our cryptech.py11 interface code test: all - python unit_tests.py + python unit_tests.py --libpkcs11 ./${SONAME} # Further testing using hsmbully, if we can find a copy of it. -- cgit v1.2.3