From ad7c9c9faf8938e17be29cc9afd69d4f0267234c Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 31 Mar 2016 22:09:04 +0200 Subject: Configure: add BLAKE_DEBUG to --strict-warnings set. Reviewed-by: Rich Salz --- crypto/blake2/blake2s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/blake2/blake2s.c') diff --git a/crypto/blake2/blake2s.c b/crypto/blake2/blake2s.c index 905a28eaf7..03295c08b6 100644 --- a/crypto/blake2/blake2s.c +++ b/crypto/blake2/blake2s.c @@ -73,7 +73,7 @@ static void blake2s_init_param(BLAKE2S_CTX *S, const BLAKE2S_PARAM *P) /* The param struct is carefully hand packed, and should be 32 bytes on * every platform. */ - OPENSSL_assert(sizeof(BLAKE2S_PARAM) == 32); + assert(sizeof(BLAKE2S_PARAM) == 32); blake2s_init0(S); /* IV XOR ParamBlock */ for (i = 0; i < 8; ++i) { -- cgit v1.2.3