X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Faes%2Faes_ofb.c;h=f358bb39e27c806060b8aa377fad4e7d38f1d0a9;hb=71fc9b37aedb0ee7e664fba53696a11d0b879dd7;hp=e33bdaea285c36a39a2bb1d912cbb8025b39d183;hpb=97879bcd57aa72555c624ae04b91159212c125d7;p=oweals%2Fopenssl.git diff --git a/crypto/aes/aes_ofb.c b/crypto/aes/aes_ofb.c index e33bdaea28..f358bb39e2 100644 --- a/crypto/aes/aes_ofb.c +++ b/crypto/aes/aes_ofb.c @@ -105,7 +105,13 @@ * [including the GNU Public Licence.] */ +#ifndef AES_DEBUG +# ifndef NDEBUG +# define NDEBUG +# endif +#endif #include + #include #include "aes_locl.h"