diff options
Diffstat (limited to '')
-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")); |