diff options
author | Rob Austein <sra@hactrn.net> | 2017-05-10 19:56:44 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-05-10 19:56:44 -0400 |
commit | ccef1b59bc6cca89474eaddf7144972926281e29 (patch) | |
tree | acba87b2b069a2d788d256a266db203d4920924e /Makefile | |
parent | 743ec40231db809d22487ee60f64d00b7b845807 (diff) |
Clean up default location of PKCS #11 library.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |