RT2210: Add missing EVP_cleanup to example
[oweals/openssl.git] / crypto / aes / aes_ecb.c
index 1cb2e07d3dd1b2c5a648973428c82baea10e1492..28aa561c2d89a216c3a5f98693f681da90aaa5bd 100644 (file)
  *
  */
 
+#ifndef AES_DEBUG
+# ifndef NDEBUG
+#  define NDEBUG
+# endif
+#endif
 #include <assert.h>
+
 #include <openssl/aes.h>
 #include "aes_locl.h"