artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1654dd6
)
Pull in <stdlib.h> for NULL
author
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 04:04:56 +0000
(
04:04
+0000)
committer
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 04:04:56 +0000
(
04:04
+0000)
ok deraadt@
usr.bin/ssh/chacha.h
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/chacha.h
b/usr.bin/ssh/chacha.h
index
40eaf2d
..
7620525
100644
(file)
--- a/
usr.bin/ssh/chacha.h
+++ b/
usr.bin/ssh/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];