From 37de73db01aa46031dfd05e2671b4e4932b5bd13 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sun, 9 Jul 2017 18:56:15 +0200 Subject: [PATCH] add static _chc_process like in its prototype --- src/hashes/chc/chc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hashes/chc/chc.c b/src/hashes/chc/chc.c index 8a12750..0861a88 100644 --- a/src/hashes/chc/chc.c +++ b/src/hashes/chc/chc.c @@ -161,7 +161,7 @@ static int chc_compress(hash_state *md, unsigned char *buf) @return CRYPT_OK if successful */ 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