summaryrefslogtreecommitdiffstats
path: root/kexgen.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-07-23 14:25:44 +0200
committerDarren Tucker <dtucker@dtucker.net>2019-07-23 14:26:20 +0200
commit9634ffbf29b3c2493e69d10b37077b09a8cbf5ff (patch)
tree74f29fc321cd0dc93abf18626e083d53e1a0fd01 /kexgen.c
parentInclude stdlib.h for free() and calloc(). (diff)
downloadopenssh-9634ffbf29b3c2493e69d10b37077b09a8cbf5ff.tar.xz
openssh-9634ffbf29b3c2493e69d10b37077b09a8cbf5ff.zip
Add headers to prevent warnings w/out OpenSSL.
Diffstat (limited to 'kexgen.c')
-rw-r--r--kexgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kexgen.c b/kexgen.c
index 2abbb9ef6..54292652a 100644
--- a/kexgen.c
+++ b/kexgen.c
@@ -27,6 +27,7 @@
#include <sys/types.h>
+#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <signal.h>