diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h index cf128005b..6be7f207c 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -936,7 +936,7 @@ gpg_error_t check_signature (ctrl_t ctrl, const void *extrahash, size_t extrahashlen, PKT_public_key *forced_pk, u32 *r_expiredate, int *r_expired, int *r_revoked, - PKT_public_key **r_pk); + PKT_public_key **r_pk, kbnode_t *r_keyblock); /*-- pubkey-enc.c --*/ |