artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92844ed
)
Remove unused NDEBUG define.
author
jsing
<jsing@openbsd.org>
Wed, 27 Mar 2024 06:39:46 +0000
(06:39 +0000)
committer
jsing
<jsing@openbsd.org>
Wed, 27 Mar 2024 06:39:46 +0000
(06:39 +0000)
lib/libcrypto/aes/aes_core.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/aes/aes_core.c
b/lib/libcrypto/aes/aes_core.c
index
06e85e8
..
3df4aec
100644
(file)
--- a/
lib/libcrypto/aes/aes_core.c
+++ b/
lib/libcrypto/aes/aes_core.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: aes_core.c,v 1.1
5 2024/03/27 06:38:54
jsing Exp $ */
+/* $OpenBSD: aes_core.c,v 1.1
6 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 <stdlib.h>
#include <openssl/aes.h>