diff options
author | Werner Koch <wk@gnupg.org> | 2003-07-24 11:06:43 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-07-24 11:06:43 +0200 |
commit | 0fe6a1287fe447afb852dd9b4734c374c90d0740 (patch) | |
tree | 56ea9a8d827fba15394ff5f71b1f310c9d488445 /g10/revoke.c | |
parent | * keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards. (diff) | |
download | gnupg2-0fe6a1287fe447afb852dd9b4734c374c90d0740.tar.xz gnupg2-0fe6a1287fe447afb852dd9b4734c374c90d0740.zip |
* 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.
Diffstat (limited to 'g10/revoke.c')
-rw-r--r-- | g10/revoke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/revoke.c b/g10/revoke.c index 80e32a32e..cf1bfe17a 100644 --- a/g10/revoke.c +++ b/g10/revoke.c @@ -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")); |