summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-08-27 20:51:42 +0200
committerStef Walter <stef@thewalter.net>2013-08-28 13:13:50 +0200
commit095a385ead70651536d29c7ddab53f42592a3ef5 (patch)
treeb0b03589d0ff222ade952a685e6ef9566c66272c
parente835d0f6eae21e1b6f13b8ad585c179bbf1eb946 (diff)
downloadp11-kit-095a385ead70651536d29c7ddab53f42592a3ef5.tar.gz
debug: Add missing 'tool' flag to debug flags
-rw-r--r--common/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/debug.c b/common/debug.c
index 547ce2f..178b6c5 100644
--- a/common/debug.c
+++ b/common/debug.c
@@ -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, }
};