summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keygen.c
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2019-11-18 16:10:05 +0000
committernaddy <naddy@openbsd.org>2019-11-18 16:10:05 +0000
commitd2a7ef3889e2a8f75ee62744f2de105cce90d33f (patch)
tree2015c00c43d9d109e3489cd3a1acd9c5a415e977 /usr.bin/ssh/ssh-keygen.c
parentadd the missing WITH_OPENSSL ifdefs after the ED25519-SK addition; ok djm@ (diff)
downloadwireguard-openbsd-d2a7ef3889e2a8f75ee62744f2de105cce90d33f.tar.xz
wireguard-openbsd-d2a7ef3889e2a8f75ee62744f2de105cce90d33f.zip
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.c')
-rw-r--r--usr.bin/ssh/ssh-keygen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c
index 176f209332c..91ef110bba4 100644
--- a/usr.bin/ssh/ssh-keygen.c
+++ b/usr.bin/ssh/ssh-keygen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.367 2019/11/18 06:39:36 djm Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.368 2019/11/18 16:10:05 naddy Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <stdarg.h>
#include <unistd.h>
#include <limits.h>
#include <locale.h>