From 25512ca5a03d723a84d6de67a7036188d08ec21b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 24 Aug 2011 15:34:13 +0200 Subject: Fix bugs in the p11-kit proxy module. * Initialize the mappings properly * Lookup session handles correctly * Debug initialization and finalization --- p11-kit/debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'p11-kit/debug.c') diff --git a/p11-kit/debug.c b/p11-kit/debug.c index eb7eef0..e4b39f0 100644 --- a/p11-kit/debug.c +++ b/p11-kit/debug.c @@ -54,6 +54,7 @@ static struct DebugKey debug_keys[] = { { "lib", DEBUG_LIB }, { "conf", DEBUG_CONF }, { "uri", DEBUG_URI }, + { "proxy", DEBUG_PROXY }, { 0, } }; -- cgit v1.1