Engage AES for UltraSPARC in sparcv9 targets.
[openssl.git] / crypto / aes / aes_ofb.c
index e33bdaea285c36a39a2bb1d912cbb8025b39d183..f358bb39e27c806060b8aa377fad4e7d38f1d0a9 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"