summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.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-add.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-add.c')
-rw-r--r--usr.bin/ssh/ssh-add.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c
index 4b821420d11..29f8786a003 100644
--- a/usr.bin/ssh/ssh-add.c
+++ b/usr.bin/ssh/ssh-add.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-add.c,v 1.145 2019/11/14 21:27:30 djm Exp $ */
+/* $OpenBSD: ssh-add.c,v 1.146 2019/11/18 16:10:05 naddy Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -48,6 +48,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <stdarg.h>
#include <unistd.h>
#include <limits.h>