summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-08 08:35:28 +0100
committerStef Walter <stefw@gnome.org>2013-03-08 14:01:54 +0100
commitd7aee0a1ab76fb1299db5cf398088ebec1fe98be (patch)
tree4bc8bfddbb1ad71c89da1f827b3252fd2abb01ea /common
parent082bc5773abe1c003bf34bbb3bf6a6b5282a212c (diff)
tools: Add a bit of debugging to the PEM extract handler
Diffstat (limited to 'common')
-rw-r--r--common/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/debug.h b/common/debug.h
index eb2afa9..f8b2cf4 100644
--- a/common/debug.h
+++ b/common/debug.h
@@ -44,6 +44,7 @@ enum {
P11_DEBUG_URI = 1 << 3,
P11_DEBUG_PROXY = 1 << 4,
P11_DEBUG_TRUST = 1 << 5,
+ P11_DEBUG_TOOL = 1 << 6,
};
extern int p11_debug_current_flags;