Browse Source

add static _chc_process like in its prototype

Francois Perrad 8 years ago
parent
commit
37de73db01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/hashes/chc/chc.c

+ 1 - 1
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