YKCS11: turn off debug by default and make it a configure option (--enable-ykcs11-debug).
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#define YKCS11_DBG 1 // General debug, must be either 1 or 0
|
||||
#define YKCS11_DINOUT 1 // Function in/out debug, must be either 1 or 0
|
||||
|
||||
#define D(x...) do { \
|
||||
fprintf (stderr, "debug: %s:%d (%s): ", __FILE__, __LINE__, __FUNCTION__); \
|
||||
fprintf (stderr, x); \
|
||||
|
||||
Reference in New Issue
Block a user