summaryrefslogtreecommitdiffstats
path: root/sshd.c
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2019-11-18 17:10:05 +0100
committerDamien Miller <djm@mindrot.org>2019-11-19 23:27:29 +0100
commit189550f5bc85148e85f4caa1f6b2fc623149a4ee (patch)
treeb594b9874a2f962ce46a8aec0e590b942d056262 /sshd.c
parentupstream: add the missing WITH_OPENSSL ifdefs after the ED25519-SK (diff)
downloadopenssh-189550f5bc85148e85f4caa1f6b2fc623149a4ee.tar.xz
openssh-189550f5bc85148e85f4caa1f6b2fc623149a4ee.zip
upstream: additional missing stdarg.h includes when built without
WITH_OPENSSL; ok djm@ OpenBSD-Commit-ID: 881f9a2c4e2239849cee8bbf4faec9bab128f55b
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 9d193c9eb..1e4d8a295 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd.c,v 1.540 2019/11/13 11:25:11 dtucker Exp $ */
+/* $OpenBSD: sshd.c,v 1.541 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