We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1405c73 + 90529a2 commit cacfc2dCopy full SHA for cacfc2d
1 file changed
src/hashes/tiger.c
@@ -791,9 +791,10 @@ 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);
798
return CRYPT_NOP;
799
#else
800
static const struct {
0 commit comments