Skip to content

Commit 37de73d

Browse files
fperradsjaeckel
authored andcommitted
add static _chc_process like in its prototype
1 parent 53c62b3 commit 37de73d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hashes/chc/chc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ static int chc_compress(hash_state *md, unsigned char *buf)
161161
@return CRYPT_OK if successful
162162
*/
163163
static int _chc_process(hash_state * md, const unsigned char *buf, unsigned long len);
164-
HASH_PROCESS(_chc_process, chc_compress, chc, (unsigned long)cipher_blocksize)
164+
static HASH_PROCESS(_chc_process, chc_compress, chc, (unsigned long)cipher_blocksize)
165165

166166
/**
167167
Process a block of memory though the hash

0 commit comments

Comments
 (0)