diff options
Diffstat (limited to 'lib/libcrypto/aes/aes_ofb.c')
-rw-r--r-- | lib/libcrypto/aes/aes_ofb.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libcrypto/aes/aes_ofb.c b/lib/libcrypto/aes/aes_ofb.c index e33bdaea285..f358bb39e27 100644 --- a/lib/libcrypto/aes/aes_ofb.c +++ b/lib/libcrypto/aes/aes_ofb.c @@ -105,7 +105,13 @@ * [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" |