From b5d23150b4e3368f4983fd169d432c07afeee45a Mon Sep 17 00:00:00 2001 From: "dtucker@openbsd.org" Date: Mon, 5 Jul 2021 01:21:07 +0000 Subject: [PATCH] upstream: Fix a couple of whitespace things. Portable already has these so this removes two diffs between the two. OpenBSD-Commit-ID: 769f017ebafd8e741e337b3e9e89eb5ac73c9c56 --- clientloop.c | 2 +- sshkey.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clientloop.c b/clientloop.c index 4fa57de88..2692fecc4 100644 --- a/clientloop.c +++ b/clientloop.c @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland diff --git a/sshkey.c b/sshkey.c index e92709dc1..c8e9a6adb 100644 --- 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.