summaryrefslogtreecommitdiffstats
path: root/crypto/blake2/blake2b.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/blake2/blake2b.c')
-rw-r--r--crypto/blake2/blake2b.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/blake2/blake2b.c b/crypto/blake2/blake2b.c
index 672210a751..8e92a0a8be 100644
--- a/crypto/blake2/blake2b.c
+++ b/crypto/blake2/blake2b.c
@@ -15,11 +15,6 @@
* can be found at https://blake2.net.
*/
-#ifndef BLAKE_DEBUG
-# undef NDEBUG /* avoid conflicting definitions */
-# define NDEBUG
-#endif
-
#include <assert.h>
#include <string.h>
#include <openssl/crypto.h>