From d7aee0a1ab76fb1299db5cf398088ebec1fe98be Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 8 Mar 2013 08:35:28 +0100 Subject: tools: Add a bit of debugging to the PEM extract handler --- common/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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; -- cgit v1.1