From 3e8c04a03f4070e23fc737f30c25a79d5958d734 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 25 Jun 2016 01:28:18 +0200 Subject: tests: make fatal --- src/crypto/siphash24.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/siphash24.h') 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 -- cgit v1.2.3-59-g8ed1b