summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-29 00:18:12 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-29 00:18:12 +0000
commitcb2c6111c38a4d1b92ac8f89b699b43e32452a7d (patch)
tree9aceed2c2d9c75632da0d20fa96f03289053c319 /crypto
parent8cb9e90f68693366bcc8c96a18d1c779ad8cc15d (diff)
Notes
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/compat.h b/crypto/openssh/compat.h
index 6db85ead1243..e5f46bc63efa 100644
--- a/crypto/openssh/compat.h
+++ b/crypto/openssh/compat.h
@@ -60,7 +60,7 @@
#define SSH_BUG_RFWD_ADDR 0x02000000
#define SSH_NEW_OPENSSH 0x04000000
#define SSH_BUG_DYNAMIC_RPORT 0x08000000
-#define SSH_BUG_LARGEWINDOW 0x08000000
+#define SSH_BUG_LARGEWINDOW 0x10000000
void enable_compat13(void);
void enable_compat20(void);