diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2019-11-18 17:10:05 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-11-19 23:27:29 +0100 |
commit | 189550f5bc85148e85f4caa1f6b2fc623149a4ee (patch) | |
tree | b594b9874a2f962ce46a8aec0e590b942d056262 /sshd.c | |
parent | upstream: add the missing WITH_OPENSSL ifdefs after the ED25519-SK (diff) | |
download | openssh-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |