diff options
Diffstat (limited to 'chacha.h')
-rw-r--r-- | chacha.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: chacha.h,v 1.3 2014/05/02 03:27:54 djm Exp $ */ | 1 | /* $OpenBSD: chacha.h,v 1.4 2016/08/27 04:04:56 guenther Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | chacha-merged.c version 20080118 | 4 | chacha-merged.c version 20080118 |
@@ -10,6 +10,7 @@ Public domain. | |||
10 | #define CHACHA_H | 10 | #define CHACHA_H |
11 | 11 | ||
12 | #include <sys/types.h> | 12 | #include <sys/types.h> |
13 | #include <stdlib.h> | ||
13 | 14 | ||
14 | struct chacha_ctx { | 15 | struct chacha_ctx { |
15 | u_int input[16]; | 16 | u_int input[16]; |