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 463cf53f2..7f38cd5cf 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -308,7 +308,8 @@ int write_comment( IOBUF out, const char *s ); /*-- sign.c --*/ int make_keysig_packet( PKT_signature **ret_sig, PKT_public_cert *pkc, - PKT_user_id *uid, PKT_secret_cert *skc, + PKT_user_id *uid, PKT_public_cert *subpkc, + PKT_secret_cert *skc, int sigclass, int digest_algo ); #endif /*G10_PACKET_H*/ |