aboutsummaryrefslogtreecommitdiff
path: root/unit_tests.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-07-13 10:52:41 -0400
committerRob Austein <sra@hactrn.net>2016-07-13 10:52:41 -0400
commit9cfb3fbc22f3e79ec16a037e2c3140cd9c7c634c (patch)
treec3581e59f146eaf0a1bf1c8777cc54d22160b55e /unit_tests.py
parentf5afedfb91659fc209df990f13aec9904a7cce33 (diff)
Add "cryptech" to public "pkcs11" names.
Database location environment variable is now CRYPTECH_PKCS11_DATABASE. Installed library is now libcryptech-pkcs11.{so,dylib}.
Diffstat (limited to 'unit_tests.py')
-rw-r--r--unit_tests.py4
1 files changed, 2 insertions, 2 deletions
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):