summaryrefslogtreecommitdiff
path: root/cipher-ctr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher-ctr.c')
-rw-r--r--cipher-ctr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher-ctr.c b/cipher-ctr.c
index 9733b7d56..b24f3a428 100644
--- a/cipher-ctr.c
+++ b/cipher-ctr.c
@@ -18,6 +18,7 @@
18 18
19#include <sys/types.h> 19#include <sys/types.h>
20 20
21#include <stdarg.h>
21#include <string.h> 22#include <string.h>
22 23
23#include <openssl/evp.h> 24#include <openssl/evp.h>