aboutsummaryrefslogtreecommitdiffstats
path: root/g10/delkey.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-07-24 09:06:43 +0000
committerWerner Koch <[email protected]>2003-07-24 09:06:43 +0000
commit0fe6a1287fe447afb852dd9b4734c374c90d0740 (patch)
tree56ea9a8d827fba15394ff5f71b1f310c9d488445 /g10/delkey.c
parent* keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards. (diff)
downloadgnupg-0fe6a1287fe447afb852dd9b4734c374c90d0740.tar.gz
gnupg-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/delkey.c')
-rw-r--r--g10/delkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/delkey.c b/g10/delkey.c
index 34a2e1b32..6263dec47 100644
--- a/g10/delkey.c
+++ b/g10/delkey.c
@@ -130,7 +130,7 @@ do_delete_key( const char *username, int secret, int *r_sec_avail )
if( secret )
print_seckey_info( sk );
else
- print_pubkey_info( pk );
+ print_pubkey_info (NULL, pk );
tty_printf( "\n" );
yes = cpr_get_answer_is_yes( secret? "delete_key.secret.okay"