The HPN patch added a new BUG bit for SSH_BUG_LARGEWINDOW

and the update to 6.1 added SSH_BUG_DYNAMIC_RPORT with the
same value.

Fix the HPN SSH_BUG_LARGEWINDOW bit so it is unique.

Approved by:	des
MFC after:	2 weeks
This commit is contained in:
Bryan Drewery 2013-05-13 11:32:20 +00:00
parent df839389c5
commit f13e3f2087

View File

@ -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);