]> granicus.if.org Git - p11-kit/commitdiff
debug: Add missing 'tool' flag to debug flags
authorStef Walter <stef@thewalter.net>
Tue, 27 Aug 2013 18:51:42 +0000 (20:51 +0200)
committerStef Walter <stef@thewalter.net>
Wed, 28 Aug 2013 11:13:50 +0000 (13:13 +0200)
common/debug.c

index 547ce2fbff819f8c91c2d46dc3c8597b2c9045ae..178b6c5352a59be717a64cb7240db63328194307 100644 (file)
@@ -56,6 +56,7 @@ static struct DebugKey debug_keys[] = {
        { "uri", P11_DEBUG_URI },
        { "proxy", P11_DEBUG_PROXY },
        { "trust", P11_DEBUG_TRUST },
+       { "tool", P11_DEBUG_TOOL },
        { 0, }
 };