Use bio_hash_data() to compute a message digest value of a CAB file

This commit is contained in:
olszomal
2023-02-07 12:41:41 +01:00
committed by Michał Trojnara
parent b0391244a6
commit 11eb76d4f3
3 changed files with 19 additions and 24 deletions

View File

@ -6,4 +6,4 @@
*
*/
int bio_hash_data(char *indata, BIO *hash, uint32_t idx, uint32_t fileend);
int bio_hash_data(char *indata, BIO *hash, uint32_t idx, uint32_t offset, uint32_t fileend);