summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-11-23 13:19:32 +0000
committerColin Watson <cjwatson@debian.org>2008-11-23 13:19:32 +0000
commitf063add71b66011cca8c313fe0c681b0f0e1b97f (patch)
treef1d2d4b4bd694e682a313163fd1374a24e1fedea /compat.h
parente7e618e9f81c5b722a34996fdf7ec372ec093d85 (diff)
* Backport from upstream CVS (Markus Friedl):
- Only send eow and no-more-sessions requests to openssh 5 and newer; fixes interop problems with broken ssh v2 implementations (closes: #495917).
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat.h b/compat.h
index 4d8ebc908..5bd89ea73 100644
--- a/compat.h
+++ b/compat.h
@@ -57,6 +57,7 @@
57#define SSH_BUG_FIRSTKEX 0x00800000 57#define SSH_BUG_FIRSTKEX 0x00800000
58#define SSH_OLD_FORWARD_ADDR 0x01000000 58#define SSH_OLD_FORWARD_ADDR 0x01000000
59#define SSH_BUG_RFWD_ADDR 0x02000000 59#define SSH_BUG_RFWD_ADDR 0x02000000
60#define SSH_NEW_OPENSSH 0x04000000
60 61
61void enable_compat13(void); 62void enable_compat13(void);
62void enable_compat20(void); 63void enable_compat20(void);