summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-03-07 12:58:24 +1100
committerDamien Miller <djm@mindrot.org>2002-03-07 12:58:24 +1100
commit6ba693f70e3f5b69b5b8a9b43bf4323c601cc097 (patch)
tree1e897977528a3d7cfe68b34922e8544b09756681 /compat.c
parent399ec97bc2861148dd38708bf7747d59918fb8b2 (diff)
- OpenBSD CVS Sync
- markus@cvs.openbsd.org 2002/03/06 00:20:54 [compat.c dh.c] compat.c
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat.c b/compat.c
index 050ee47ba..0b3aa68c3 100644
--- a/compat.c
+++ b/compat.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: compat.c,v 1.58 2002/01/21 22:30:12 markus Exp $"); 26RCSID("$OpenBSD: compat.c,v 1.59 2002/03/06 00:20:54 markus Exp $");
27 27
28#include "buffer.h" 28#include "buffer.h"
29#include "packet.h" 29#include "packet.h"
@@ -73,8 +73,8 @@ compat_datafellows(const char *version)
73 { "OpenSSH_2.5.0*," 73 { "OpenSSH_2.5.0*,"
74 "OpenSSH_2.5.1*," 74 "OpenSSH_2.5.1*,"
75 "OpenSSH_2.5.2*", SSH_OLD_DHGEX|SSH_BUG_NOREKEY }, 75 "OpenSSH_2.5.2*", SSH_OLD_DHGEX|SSH_BUG_NOREKEY },
76 { "OpenSSH_2.5.3*", 76 { "OpenSSH_2.5.3*", SSH_BUG_NOREKEY },
77 SSH_BUG_NOREKEY }, 77 { "Sun_SSH_1.0*", SSH_BUG_NOREKEY },
78 { "OpenSSH*", 0 }, 78 { "OpenSSH*", 0 },
79 { "*MindTerm*", 0 }, 79 { "*MindTerm*", 0 },
80 { "2.1.0*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC| 80 { "2.1.0*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|