Changeset View
Changeset View
Standalone View
Standalone View
tests/run-keylist.c
Context not available. | |||||
printf (" created: %s\n", isotimestr(ks->timestamp)); | printf (" created: %s\n", isotimestr(ks->timestamp)); | ||||
printf (" expires: %s\n", isotimestr(ks->expires)); | printf (" expires: %s\n", isotimestr(ks->expires)); | ||||
printf (" class: %x\n", ks->sig_class); | 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)); | |||||
} | } | ||||
} | } | ||||
Context not available. |