aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto-algorithms/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto-algorithms/aes.c')
-rw-r--r--lib/crypto-algorithms/aes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto-algorithms/aes.c b/lib/crypto-algorithms/aes.c
index 948e36f..0c264da 100644
--- a/lib/crypto-algorithms/aes.c
+++ b/lib/crypto-algorithms/aes.c
@@ -21,6 +21,7 @@
#include "aes.h"
#include <stdio.h>
+#include <string.h>
/****************************** MACROS ******************************/
// The least significant byte of the word is rotated to the end.