From: guenther@openbsd.org Date: Sat, 27 Aug 2016 04:04:56 +0000 (+0000) Subject: upstream commit X-Git-Tag: V_7_4_P1~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa4a4c96b19127dc2fd4e92f20d99c0c7f34b538;p=thirdparty%2Fopenssh-portable.git upstream commit Pull in for NULL ok deraadt@ Upstream-ID: 7baa6a0f1e049bb3682522b4b95a26c866bfc043 --- diff --git a/chacha.h b/chacha.h index 40eaf2d90..762052565 100644 --- a/chacha.h +++ b/chacha.h @@ -1,4 +1,4 @@ -/* $OpenBSD: chacha.h,v 1.3 2014/05/02 03:27:54 djm Exp $ */ +/* $OpenBSD: chacha.h,v 1.4 2016/08/27 04:04:56 guenther Exp $ */ /* chacha-merged.c version 20080118 @@ -10,6 +10,7 @@ Public domain. #define CHACHA_H #include +#include struct chacha_ctx { u_int input[16];