Skip to content

Commit

Permalink
fix unused variable warning in hashes/tiger
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-m authored and sjaeckel committed Aug 18, 2024
1 parent 7d4a646 commit 9bdf579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hashes/tiger.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ int tiger_done(hash_state * md, unsigned char *out)
int s_tiger_test(unsigned int idx)
{
#ifndef LTC_TEST
LTC_UNUSED_PARAM(idx);
return CRYPT_NOP;
#else
static const struct {
Expand Down

0 comments on commit 9bdf579

Please sign in to comment.