aboutsummaryrefslogtreecommitdiffstats
path: root/g10/revoke.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-10-02 10:20:12 +0000
committerWerner Koch <[email protected]>2003-10-02 10:20:12 +0000
commit99cabff03f3d27f7ac2a12b837b17a538be1fe1f (patch)
tree0a15a78faf6e50798ededc50e498bcbce28ae2bf /g10/revoke.c
parent* g10.c (main): Add --no-groups to zero --group list. (diff)
downloadgnupg-99cabff03f3d27f7ac2a12b837b17a538be1fe1f.tar.gz
gnupg-99cabff03f3d27f7ac2a12b837b17a538be1fe1f.zip
* cardglue.c (learn_status_cb): Release values before assignment
so that it can be used by getattr to update the structure. (agent_scd_getattr): New. * keylist.c (print_pubkey_info): Add FP arg for optional printing to a stream. Changed all callers.
Diffstat (limited to '')
-rw-r--r--g10/revoke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/revoke.c b/g10/revoke.c
index 6c1180c71..51dfea20a 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"));