X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=sigcheck.h;fp=sigcheck.h;h=c0173af2b4a760153abd740f128ab3d117cb6909;hp=20dcb13951257b6344a870e7e26feeec2fb7bb2a;hb=a8825da931cb70c760202bfc3dd2da56193f47b2;hpb=b04b23d85b841b12d848ac70f527e8e114f7cb29 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);