Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist openssh: whitespace -> tab



details:   https://anonhg.NetBSD.org/src/rev/870ebd22383c
branches:  trunk
changeset: 378237:870ebd22383c
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Jul 28 04:27:30 2023 +0000

description:
openssh: whitespace -> tab

diffstat:

 crypto/external/bsd/openssh/dist/compat.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4f0cc13ca579 -r 870ebd22383c crypto/external/bsd/openssh/dist/compat.h
--- a/crypto/external/bsd/openssh/dist/compat.h Fri Jul 28 04:25:22 2023 +0000
+++ b/crypto/external/bsd/openssh/dist/compat.h Fri Jul 28 04:27:30 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat.h,v 1.17 2023/07/26 17:58:15 christos Exp $     */
+/*     $NetBSD: compat.h,v 1.18 2023/07/28 04:27:30 rin Exp $  */
 /* $OpenBSD: compat.h,v 1.62 2023/03/06 12:14:48 dtucker Exp $ */
 
 /*
@@ -58,7 +58,7 @@
 #define SSH_BUG_CURVE25519PAD  0x10000000
 #define SSH_BUG_HOSTKEYS       0x20000000
 #define SSH_BUG_DHGEX_LARGE    0x40000000
-#define SSH_BUG_LARGEWINDOW     0x80000000
+#define SSH_BUG_LARGEWINDOW    0x80000000
 
 struct ssh;
 



Home | Main Index | Thread Index | Old Index