summaryrefslogtreecommitdiffstats
path: root/cipher-aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher-aes.c')
-rw-r--r--cipher-aes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher-aes.c b/cipher-aes.c
index 14ef10f0..3ea59496 100644
--- a/cipher-aes.c
+++ b/cipher-aes.c
@@ -33,6 +33,7 @@
#include <openssl/evp.h>
#include <stdarg.h>
+#include <string.h>
#include "rijndael.h"
#include "xmalloc.h"