[openssh-commits] [openssh] 05/07: upstream commit

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Aug 29 11:20:56 AEST 2016


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit fa4a4c96b19127dc2fd4e92f20d99c0c7f34b538
Author: guenther at openbsd.org <guenther at openbsd.org>
Date:   Sat Aug 27 04:04:56 2016 +0000

    upstream commit
    
    Pull in <stdlib.h> for NULL
    
    ok deraadt@
    
    Upstream-ID: 7baa6a0f1e049bb3682522b4b95a26c866bfc043
---
 chacha.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chacha.h b/chacha.h
index 40eaf2d..7620525 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 <sys/types.h>
+#include <stdlib.h>
 
 struct chacha_ctx {
 	u_int input[16];

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list