mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* g10.c: New command --card-status.
* card-util.c (card_status): New. * call-agent.c (learn_status_cb): Parse more information. * keylist.c (print_pubkey_info): Add FP arg for optinal printing to a stream. Changed all callers.
This commit is contained in:
parent
44f4303bcf
commit
0fe6a1287f
10 changed files with 253 additions and 13 deletions
|
@ -264,7 +264,7 @@ gen_desig_revoke( const char *uname )
|
|||
|
||||
any = 1;
|
||||
|
||||
print_pubkey_info (pk);
|
||||
print_pubkey_info (NULL, pk);
|
||||
tty_printf ("\n");
|
||||
|
||||
tty_printf (_("To be revoked by:\n"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue