From: dtucker@openbsd.org Date: Mon, 16 Feb 2026 00:45:41 +0000 (+0000) Subject: upstream: Reorder headers to match KNF and Portable. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a59f55e621c841aab187c96e0f3271c5c799709;p=thirdparty%2Fopenssh-portable.git upstream: Reorder headers to match KNF and Portable. ID sync only. OpenBSD-Commit-ID: b7f9700d07b532eb3720f7bd722b952e31b1752f --- diff --git a/sshconnect.c b/sshconnect.c index 4e0a10a8b..4384277a6 100644 --- a/sshconnect.c +++ b/sshconnect.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect.c,v 1.381 2026/02/14 00:18:34 jsg Exp $ */ +/* $OpenBSD: sshconnect.c,v 1.382 2026/02/16 00:45:41 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland diff --git a/sshconnect2.c b/sshconnect2.c index 7c63e2efd..a8ad17330 100644 --- a/sshconnect2.c +++ b/sshconnect2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect2.c,v 1.381 2026/02/14 00:18:34 jsg Exp $ */ +/* $OpenBSD: sshconnect2.c,v 1.382 2026/02/16 00:45:41 dtucker Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * Copyright (c) 2008 Damien Miller. All rights reserved.