summaryrefslogtreecommitdiff
path: root/p11-kit/debug.c
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-05-25 11:44:40 +0200
committerStef Walter <stefw@collabora.co.uk>2011-05-25 11:44:40 +0200
commit7c2a8a5b3ad134b6e3093761d617936dcbd21adf (patch)
tree20061e7726a61ca86a211b8549315d97d3f138d4 /p11-kit/debug.c
parenta01f4351e34fee946d1ffb81baa31a756e2851be (diff)
Add p11_kit_uri_message() function.
Gets messages for p11-kit error codes.
Diffstat (limited to 'p11-kit/debug.c')
-rw-r--r--p11-kit/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/p11-kit/debug.c b/p11-kit/debug.c
index a7b75ad..eb7eef0 100644
--- a/p11-kit/debug.c
+++ b/p11-kit/debug.c
@@ -53,6 +53,7 @@ struct DebugKey {
static struct DebugKey debug_keys[] = {
{ "lib", DEBUG_LIB },
{ "conf", DEBUG_CONF },
+ { "uri", DEBUG_URI },
{ 0, }
};