aboutsummaryrefslogtreecommitdiff
path: root/siphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'siphash.c')
-rw-r--r--siphash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/siphash.c b/siphash.c
index 854c6ce..083ca19 100644
--- a/siphash.c
+++ b/siphash.c
@@ -64,8 +64,9 @@
v2 = ROTL(v2, 32); \
} while (0)
-#ifdef DEBUG
+#ifdef DEBUG_SIPHASH
#include <stdio.h>
+
#define TRACE \
do { \
printf("(%3zu) v0 %016" PRIx64 "\n", inlen, v0); \