aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-06-05 07:10:47 +0000
committerWerner Koch <[email protected]>2024-06-05 08:01:43 +0000
commit9d618d1273120ca2cca97028730352768b0c1897 (patch)
tree042a53b6d053b20367d97a6d93dd961a4293564b /g10/keyedit.c
parentgpg: Autoload designated revoker key and ADSK when needed. (diff)
downloadgnupg-9d618d1273120ca2cca97028730352768b0c1897.tar.gz
gnupg-9d618d1273120ca2cca97028730352768b0c1897.zip
gpg: Print designated revokers also in a standard listing.
* g10/keylist.c (print_revokers): Add arg with_colon, adjust callers, add human printable format. (list_keyblock_print): Call print_revokers. -- Designated revokers were only printed in --with-colons mode. For quick inspection of a key it is useful to see them right away.
Diffstat (limited to 'g10/keyedit.c')
-rw-r--r--g10/keyedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 303309b79..7a33c9ef3 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -3725,7 +3725,7 @@ show_key_with_all_names_colon (ctrl_t ctrl, estream_t fp, kbnode_t keyblock)
es_putc ('\n', fp);
print_fingerprint (ctrl, fp, pk, 0);
- print_revokers (fp, pk);
+ print_revokers (fp, 1, pk);
}
}