aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
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/packet.h
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 'g10/packet.h')
-rw-r--r--g10/packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h
index d545cb126..d124f4c1d 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -502,7 +502,8 @@ int make_keysig_packet( PKT_signature **ret_sig, PKT_public_key *pk,
PKT_public_key *pksk, int sigclass, int digest_algo,
int sigversion, u32 timestamp, u32 duration,
int (*mksubpkt)(PKT_signature *, void *),
- void *opaque );
+ void *opaque,
+ const char *cache_nonce);
int update_keysig_packet( PKT_signature **ret_sig,
PKT_signature *orig_sig,
PKT_public_key *pk,