summaryrefslogtreecommitdiff
path: root/chacha.h
diff options
context:
space:
mode:
authorguenther@openbsd.org <guenther@openbsd.org>2016-08-27 04:04:56 +0000
committerDamien Miller <djm@mindrot.org>2016-08-29 11:20:28 +1000
commitfa4a4c96b19127dc2fd4e92f20d99c0c7f34b538 (patch)
tree8bd96622a7874348a0a2c0ce44136193c8dfc22d /chacha.h
parentae363d74ccc1451185c0c8bd4631e28c67c7fd36 (diff)
upstream commit
Pull in <stdlib.h> for NULL ok deraadt@ Upstream-ID: 7baa6a0f1e049bb3682522b4b95a26c866bfc043
Diffstat (limited to 'chacha.h')
-rw-r--r--chacha.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chacha.h b/chacha.h
index 40eaf2d90..762052565 100644
--- a/chacha.h
+++ b/chacha.h
@@ -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/*
4chacha-merged.c version 20080118 4chacha-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
14struct chacha_ctx { 15struct chacha_ctx {
15 u_int input[16]; 16 u_int input[16];