[Cryptech-Commits] [sw/pkcs11] 03/04: Doh, mutexes work better when plugged in.
git at cryptech.is
git at cryptech.is
Sat Mar 3 22:49:43 UTC 2018
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository sw/pkcs11.
commit 50923a78e66d7039689131e9933e7a21c1083310
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sat Mar 3 17:11:07 2018 -0500
Doh, mutexes work better when plugged in.
---
scripts/thready-time-signature.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/thready-time-signature.py b/scripts/thready-time-signature.py
index e0e82b5..c7240df 100755
--- a/scripts/thready-time-signature.py
+++ b/scripts/thready-time-signature.py
@@ -161,7 +161,7 @@ def main():
if not args.quiet:
print "Initializing"
- p11.C_Initialize()
+ p11.C_Initialize(CKF_OS_LOCKING_OK)
session = p11.C_OpenSession(args.slot)
p11.C_Login(session, CKU_USER, args.pin)
More information about the Commits
mailing list