Skip to content

Commit 90529a2

Browse files
committed
Fix missing static
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent 9bdf579 commit 90529a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hashes/tiger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ int tiger_done(hash_state * md, unsigned char *out)
791791
Self-test the hash
792792
@return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
793793
*/
794-
int s_tiger_test(unsigned int idx)
794+
static int s_tiger_test(unsigned int idx)
795795
{
796796
#ifndef LTC_TEST
797797
LTC_UNUSED_PARAM(idx);

0 commit comments

Comments
 (0)