aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.c b/src/benchmark.c
index c719720..e126d44 100644
--- a/src/benchmark.c
+++ b/src/benchmark.c
@@ -154,7 +154,7 @@ int main(void)
libkeccak_state_fast_destroy(&state);
return 0;
-#if (FAST_SQUEEZE_RUNS == 0) && (SLOW_SQUEEZE_RUNS == 0)
+#if (UPDATE_RUNS == 0) && (SLOW_SQUEEZE_RUNS == 0)
(void) i;
#endif
}