diff options
-rw-r--r-- | common/debug.c | 1 |
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, } }; |