diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 3 |
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, |