mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 03:32:47 -05:00
Use bio_hash_data() to compute a message digest value of a CAB file
This commit is contained in:

committed by
Michał Trojnara

parent
b0391244a6
commit
11eb76d4f3
@ -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);
|
||||
|
Reference in New Issue
Block a user