]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Fix a couple of whitespace things. Portable already has
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 5 Jul 2021 01:21:07 +0000 (01:21 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 8 Jul 2021 04:57:17 +0000 (14:57 +1000)
these so this removes two diffs between the two.

OpenBSD-Commit-ID: 769f017ebafd8e741e337b3e9e89eb5ac73c9c56

clientloop.c
sshkey.c

index 4fa57de88bd4c56bfa2cb4748ba7b10bd17371d2..2692fecc4b1c2a0f4a31309cd0e6091562e3eb36 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.364 2021/05/26 01:47:24 djm Exp $ */
+/* $OpenBSD: clientloop.c,v 1.365 2021/07/05 01:21:07 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
index e92709dc1d2e7197aaa59483f6ac597a275d1f7a..c8e9a6adbd9671d0cbad37db739e2650c52b3137 100644 (file)
--- a/sshkey.c
+++ b/sshkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshkey.c,v 1.116 2021/04/03 06:18:41 djm Exp $ */
+/* $OpenBSD: sshkey.c,v 1.117 2021/07/05 01:21:07 dtucker Exp $ */
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
  * Copyright (c) 2008 Alexander von Gernler.  All rights reserved.