add static _chc_process like in its prototype

This commit is contained in:
Francois Perrad 2017-07-09 18:56:15 +02:00 committed by Steffen Jaeckel
parent 53c62b3670
commit 37de73db01

View File

@ -161,7 +161,7 @@ static int chc_compress(hash_state *md, unsigned char *buf)
@return CRYPT_OK if successful @return CRYPT_OK if successful
*/ */
static int _chc_process(hash_state * md, const unsigned char *buf, unsigned long len); static int _chc_process(hash_state * md, const unsigned char *buf, unsigned long len);
HASH_PROCESS(_chc_process, chc_compress, chc, (unsigned long)cipher_blocksize) static HASH_PROCESS(_chc_process, chc_compress, chc, (unsigned long)cipher_blocksize)
/** /**
Process a block of memory though the hash Process a block of memory though the hash