summaryrefslogtreecommitdiff
path: root/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'aes.c')
-rw-r--r--aes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/aes.c b/aes.c
index 7e84f4643a..eb37adbed8 100644
--- a/aes.c
+++ b/aes.c
@@ -34,8 +34,6 @@
#define NDEBUG
#endif
-#include <assert.h>
-
typedef uint32_t u32;
typedef uint16_t u16;
typedef uint8_t u8;