diff options
Diffstat (limited to 'common/debug.c')
-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 2728bf6..1ef51d3 100644 --- a/common/debug.c +++ b/common/debug.c @@ -55,6 +55,7 @@ static struct DebugKey debug_keys[] = { { "conf", P11_DEBUG_CONF }, { "uri", P11_DEBUG_URI }, { "proxy", P11_DEBUG_PROXY }, + { "trust", P11_DEBUG_TRUST }, { 0, } }; |