We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c62b3 commit 37de73dCopy full SHA for 37de73d
1 file changed
src/hashes/chc/chc.c
@@ -161,7 +161,7 @@ static int chc_compress(hash_state *md, unsigned char *buf)
161
@return CRYPT_OK if successful
162
*/
163
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)
+static HASH_PROCESS(_chc_process, chc_compress, chc, (unsigned long)cipher_blocksize)
165
166
/**
167
Process a block of memory though the hash
0 commit comments