mirror of git://anongit.mindrot.org/openssh.git
upstream commit
Pull in <stdlib.h> for NULL ok deraadt@ Upstream-ID: 7baa6a0f1e049bb3682522b4b95a26c866bfc043
This commit is contained in:
parent
ae363d74cc
commit
fa4a4c96b1
3
chacha.h
3
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
|
chacha-merged.c version 20080118
|
||||||
|
@ -10,6 +10,7 @@ Public domain.
|
||||||
#define CHACHA_H
|
#define CHACHA_H
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
struct chacha_ctx {
|
struct chacha_ctx {
|
||||||
u_int input[16];
|
u_int input[16];
|
||||||
|
|
Loading…
Reference in New Issue