[Cryptech-Commits] [user/sra/pkcs11] 01/01: Turn PKCS #11 debugging verbosity down a notch.

git at cryptech.is git at cryptech.is
Mon Jul 6 01:20:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository user/sra/pkcs11.

commit 82e7f381181605b1e2f0f3e287e9c51d92e40a49
Author: Rob Austein <sra at hactrn.net>
Date:   Sun Jul 5 21:18:20 2015 -0400

    Turn PKCS #11 debugging verbosity down a notch.
---
 pkcs11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkcs11.c b/pkcs11.c
index da711b0..ff86b70 100644
--- a/pkcs11.c
+++ b/pkcs11.c
@@ -92,7 +92,7 @@
 #endif
 
 #ifndef DEBUG_PKCS11
-#define DEBUG_PKCS11    2
+#define DEBUG_PKCS11    1
 #endif
 
 /*



More information about the Commits mailing list