mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 03:32:47 -05:00
New function bio_hash_data()
This commit is contained in:

committed by
Michał Trojnara

parent
83f6ceeaea
commit
b0391244a6
9
osslsigncode.h
Normal file
9
osslsigncode.h
Normal file
@ -0,0 +1,9 @@
|
||||
/*
|
||||
* osslsigncode support library
|
||||
*
|
||||
* Copyright (C) 2021 Michał Trojnara <Michal.Trojnara@stunnel.org>
|
||||
* Author: Małgorzata Olszówka <Malgorzata.Olszowka@stunnel.org>
|
||||
*
|
||||
*/
|
||||
|
||||
int bio_hash_data(char *indata, BIO *hash, uint32_t idx, uint32_t fileend);
|
Reference in New Issue
Block a user