disable weird assert()s
[openssl.git] / crypto / aes / aes_core.c
index 937988dd8c60775ae3fee4f5e11162af47817f0c..ea884f6f9e84d8f3c50a7acb563a409a5b4c4ccb 100644 (file)
 /* Note: rewritten a little bit to provide error control and an OpenSSL-
    compatible API */
 
+#ifndef AES_DEBUG
+# ifndef NDEBUG
+#  define NDEBUG
+# endif
+#endif
 #include <assert.h>
+
 #include <stdlib.h>
 #include <openssl/aes.h>
 #include "aes_locl.h"