Clean-up *_DEBUG options.
[openssl.git] / crypto / blake2 / blake2s.c
index 03295c08b6e656cc57b6f0f3ecdfe82a9acb84ec..227fa10edc3cfabe7ecca824ed588ce041278bfe 100644 (file)
  * 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>