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/chacha20poly1305.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/chacha20poly1305.h') diff --git a/src/crypto/chacha20poly1305.h b/src/crypto/chacha20poly1305.h index c44a17e..d1986f7 100644 --- a/src/crypto/chacha20poly1305.h +++ b/src/crypto/chacha20poly1305.h @@ -29,7 +29,7 @@ bool chacha20poly1305_decrypt_sg(struct scatterlist *dst, struct scatterlist *sr const uint64_t nonce, const uint8_t key[CHACHA20POLY1305_KEYLEN]); #ifdef DEBUG -void chacha20poly1305_selftest(void); +bool chacha20poly1305_selftest(void); #endif #endif -- cgit v1.2.3-59-g8ed1b