Ensure that no-comp functions are flagged as such
[openssl.git] / crypto / bn / bn_ctx.c
index 88f5ac814fb4720317b02e0ae0c5f58f9fb1ad09..700234be6f69c6612c64ff9d458e65c46c32b532 100644 (file)
  *
  */
 
-#if !defined(BN_CTX_DEBUG) && !defined(BN_DEBUG)
-# ifndef NDEBUG
-#  define NDEBUG
-# endif
-#endif
-
-#include <assert.h>
-
 #include "internal/cryptlib.h"
 #include "bn_lcl.h"