From: jsing Date: Wed, 27 Mar 2024 06:39:46 +0000 (+0000) Subject: Remove unused NDEBUG define. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=136e4f6ed8ad06b02e699497a434b386b5e7be1d;p=openbsd Remove unused NDEBUG define. --- diff --git a/lib/libcrypto/aes/aes_core.c b/lib/libcrypto/aes/aes_core.c index 06e85e8d496..3df4aec3cd2 100644 --- a/lib/libcrypto/aes/aes_core.c +++ b/lib/libcrypto/aes/aes_core.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aes_core.c,v 1.15 2024/03/27 06:38:54 jsing Exp $ */ +/* $OpenBSD: aes_core.c,v 1.16 2024/03/27 06:39:46 jsing Exp $ */ /** * rijndael-alg-fst.c * @@ -30,12 +30,6 @@ * compatible API. */ -#ifndef AES_DEBUG -# ifndef NDEBUG -# define NDEBUG -# endif -#endif - #include #include