aboutsummaryrefslogtreecommitdiffstats
path: root/g10/revoke.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-09-01 12:49:05 +0000
committerWerner Koch <[email protected]>2010-09-01 12:49:05 +0000
commita0b9ebfb7dcc61c2893c48903c87a4cceb2a6ed5 (patch)
tree8f7613375b4b5c7db07938eeacffda72a39ddcb7 /g10/revoke.c
parents/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/. (diff)
downloadgnupg-a0b9ebfb7dcc61c2893c48903c87a4cceb2a6ed5.tar.gz
gnupg-a0b9ebfb7dcc61c2893c48903c87a4cceb2a6ed5.zip
Even less prompts for a new key now.
Diffstat (limited to '')
-rw-r--r--g10/revoke.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/revoke.c b/g10/revoke.c
index 173c4ade7..7659c13bd 100644
--- a/g10/revoke.c
+++ b/g10/revoke.c
@@ -339,7 +339,8 @@ gen_desig_revoke( const char *uname, strlist_t locusr )
/* create it */
rc = make_keysig_packet( &sig, pk, NULL, NULL, pk2, 0x20, 0,
0, 0, 0,
- revocation_reason_build_cb, reason );
+ revocation_reason_build_cb, reason,
+ NULL);
if( rc ) {
log_error(_("make_keysig_packet failed: %s\n"), g10_errstr(rc));
goto leave;
@@ -525,7 +526,7 @@ gen_revoke (const char *uname)
/* create it */
rc = make_keysig_packet (&sig, psk, NULL, NULL, psk, 0x20, 0,
opt.force_v4_certs?4:0, 0, 0,
- revocation_reason_build_cb, reason );
+ revocation_reason_build_cb, reason, NULL);
if (rc)
{
log_error (_("make_keysig_packet failed: %s\n"), g10_errstr (rc));