We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
static
1 parent 9bdf579 commit 90529a2Copy full SHA for 90529a2
src/hashes/tiger.c
@@ -791,7 +791,7 @@ int tiger_done(hash_state * md, unsigned char *out)
791
Self-test the hash
792
@return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
793
*/
794
-int s_tiger_test(unsigned int idx)
+static int s_tiger_test(unsigned int idx)
795
{
796
#ifndef LTC_TEST
797
LTC_UNUSED_PARAM(idx);
0 commit comments