aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run-keylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-keylist.c')
-rw-r--r--tests/run-keylist.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-keylist.c b/tests/run-keylist.c
index 23c61108..f0ab74e8 100644
--- a/tests/run-keylist.c
+++ b/tests/run-keylist.c
@@ -369,6 +369,9 @@ main (int argc, char **argv)
printf (" created: %s\n", isotimestr(ks->timestamp));
printf (" expires: %s\n", isotimestr(ks->expires));
printf (" class: %x\n", ks->sig_class);
+ printf (" trust depth: %u\n", ks->trust_depth);
+ printf (" trust value: %u\n", ks->trust_value);
+ printf (" trust scope: %s\n", nonnull (ks->trust_scope));
}
}