summaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/siphash24.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/siphash24.h')
-rw-r--r--src/crypto/siphash24.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/siphash24.h b/src/crypto/siphash24.h
index 5ce5a3a..f06a87c 100644
--- a/src/crypto/siphash24.h
+++ b/src/crypto/siphash24.h
@@ -10,7 +10,7 @@ enum siphash24_lengths {
uint64_t siphash24(const uint8_t *data, size_t len, const uint8_t key[SIPHASH24_KEY_LEN]);
#ifdef DEBUG
-void siphash24_selftest(void);
+bool siphash24_selftest(void);
#endif
#endif