summaryrefslogtreecommitdiff
path: root/gck/gck-dump.c
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2010-12-10 22:09:42 +0000
committerStef Walter <stefw@collabora.co.uk>2010-12-10 22:09:42 +0000
commitcd6eeb3fd4fe5b458c26f58f49ed9120b6ce19b2 (patch)
tree7bf5bbf8087b9d57d185c6151e033793cb329ae5 /gck/gck-dump.c
parentd8bbb8818a9a5aebb32d25e7d447f544fab5d512 (diff)
downloadgcr-cd6eeb3fd4fe5b458c26f58f49ed9120b6ce19b2.tar.gz
Change terminology to 'pinned certificate' from 'exception'.
The matching terminology of 'anchored certificate' and 'pinned certificate' makes things consistent and understandable.
Diffstat (limited to 'gck/gck-dump.c')
-rw-r--r--gck/gck-dump.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gck/gck-dump.c b/gck/gck-dump.c
index 09c3f4b..9b35e86 100644
--- a/gck/gck-dump.c
+++ b/gck/gck-dump.c
@@ -66,9 +66,9 @@ dump_assertion_type_value (gulong type)
{
switch (type) {
#define DX(x) case x: g_printerr ("%s", #x); break;
- DX(CKT_G_CERTIFICATE_UNTRUSTED);
- DX(CKT_G_CERTIFICATE_TRUST_EXCEPTION);
- DX(CKT_G_CERTIFICATE_TRUST_ANCHOR);
+ DX(CKT_G_UNTRUSTED_CERTIFICATE);
+ DX(CKT_G_PINNED_CERTIFICATE);
+ DX(CKT_G_ANCHORED_CERTIFICATE);
#undef DX
default: