Clean-up *_DEBUG options.
[openssl.git] / crypto / bn / bn_lib.c
index ce9f768cdb149b60db829645f80d2ed5aa584259..4b37906319fc96e72975f33be0a3a72beb7cae37 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#ifndef BN_DEBUG
-# undef NDEBUG                  /* avoid conflicting definitions */
-# define NDEBUG
-#endif
-
 #include <assert.h>
 #include <limits.h>
 #include "internal/cryptlib.h"