Skip to content

Commit

Permalink
Fix missing static
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Jaeckel <[email protected]>
  • Loading branch information
sjaeckel committed Aug 18, 2024
1 parent 9bdf579 commit 90529a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hashes/tiger.c
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ int tiger_done(hash_state * md, unsigned char *out)
Self-test the hash
@return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
*/
int s_tiger_test(unsigned int idx)
static int s_tiger_test(unsigned int idx)
{
#ifndef LTC_TEST
LTC_UNUSED_PARAM(idx);
Expand Down

0 comments on commit 90529a2

Please sign in to comment.