aboutsummaryrefslogtreecommitdiff
path: root/halfsiphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'halfsiphash.c')
-rw-r--r--halfsiphash.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/halfsiphash.c b/halfsiphash.c
index dacfc8e..18ebadd 100644
--- a/halfsiphash.c
+++ b/halfsiphash.c
@@ -56,8 +56,10 @@
v2 = ROTL(v2, 16); \
} while (0)
-#ifdef DEBUG
+
+#ifdef DEBUG_SIPHASH
#include <stdio.h>
+
#define TRACE \
do { \
printf("(%3zu) v0 %08" PRIx32 "\n", inlen, v0); \