disable weird assert()s
[openssl.git] / crypto / aes / aes_cfb.c
index 41c2a5ec3df51dce1a082fd014cdaec8f6218133..9b569dda903e983ae3514fa93099a4ab9d23d639 100644 (file)
  * [including the GNU Public Licence.]
  */
 
+#ifndef AES_DEBUG
+# ifndef NDEBUG
+#  define NDEBUG
+# endif
+#endif
 #include <assert.h>
+
 #include <openssl/aes.h>
 #include "aes_locl.h"