From 9a97587a489582e2aae2d8b83d63413a9f64c0e6 Mon Sep 17 00:00:00 2001 From: Ilya Kondrashkin Date: Tue, 16 Feb 2021 14:07:45 +0300 Subject: include stddef.h --- aes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/aes.h b/aes.h index ade29e8..b29b668 100644 --- a/aes.h +++ b/aes.h @@ -2,6 +2,7 @@ #define _AES_H_ #include +#include // #define the macros below to 1/0 to enable/disable the mode of operation. // -- cgit v1.2.3