aboutsummaryrefslogtreecommitdiff
path: root/pkcs11.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-09-22 13:14:30 -0400
committerRob Austein <sra@hactrn.net>2015-09-22 13:14:30 -0400
commita927c24d7cc3bed9fe64907afacee39c7756872c (patch)
treeeee34a639266671cb8cff30090041bcc5b768f62 /pkcs11.c
parentd52b9d3acb8e613b388bccd3192d30fff3957718 (diff)
Makefile cleanup.
Diffstat (limited to 'pkcs11.c')
-rw-r--r--pkcs11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkcs11.c b/pkcs11.c
index eef1aec..de8f902 100644
--- a/pkcs11.c
+++ b/pkcs11.c
@@ -88,11 +88,11 @@
*/
#ifndef DEBUG_HAL
-#define DEBUG_HAL 1
+#define DEBUG_HAL 0
#endif
#ifndef DEBUG_PKCS11
-#define DEBUG_PKCS11 1
+#define DEBUG_PKCS11 0
#endif
/*