From 9cfb3fbc22f3e79ec16a037e2c3140cd9c7c634c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 13 Jul 2016 10:52:41 -0400 Subject: Add "cryptech" to public "pkcs11" names. Database location environment variable is now CRYPTECH_PKCS11_DATABASE. Installed library is now libcryptech-pkcs11.{so,dylib}. --- unit_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unit_tests.py') diff --git a/unit_tests.py b/unit_tests.py index a036a32..fb8446f 100644 --- a/unit_tests.py +++ b/unit_tests.py @@ -21,9 +21,9 @@ except ImportError: if platform.system() == "Darwin": - libpkcs11_default = "./libpkcs11.dylib" + libpkcs11_default = "./libcryptech-pkcs11.dylib" else: - libpkcs11_default = "./libpkcs11.so" + libpkcs11_default = "./libcryptech-pkcs11.so" def log(msg): -- cgit v1.2.3