X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=sigcheck.h;h=c0173af2b4a760153abd740f128ab3d117cb6909;hb=HEAD;hp=20dcb13951257b6344a870e7e26feeec2fb7bb2a;hpb=c981a80699901eb3d513a4cc9355574a69016037;p=onak.git diff --git a/sigcheck.h b/sigcheck.h index 20dcb13..c0173af 100644 --- a/sigcheck.h +++ b/sigcheck.h @@ -16,7 +16,7 @@ onak_status_t calculate_packet_sighash(struct openpgp_publickey *key, * @hash: Hash digest the signature is over * @hashtype: Type of hash (OPENPGP_HASH_*) */ -onak_status_t onak_check_hash_sig(struct openpgp_publickey *sigkey, +onak_status_t onak_check_hash_sig(struct openpgp_packet *sigkey, struct openpgp_packet *sig, uint8_t *hash, uint8_t hashtype);