summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/compat.c b/compat.c
index 8671e641b..406b47c25 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.62 2002/03/25 21:13:51 markus Exp $"); 26RCSID("$OpenBSD: compat.c,v 1.63 2002/04/10 08:21:47 markus Exp $");
27 27
28#include "buffer.h" 28#include "buffer.h"
29#include "packet.h" 29#include "packet.h"
@@ -127,8 +127,12 @@ compat_datafellows(const char *version)
127 "1.2.19*," 127 "1.2.19*,"
128 "1.2.20*," 128 "1.2.20*,"
129 "1.2.21*," 129 "1.2.21*,"
130 "1.2.22*", SSH_BUG_IGNOREMSG }, 130 "1.2.22*", SSH_BUG_IGNOREMSG|SSH_BUG_K5USER },
131 { "1.3.2*", SSH_BUG_IGNOREMSG }, /* f-secure */ 131 { "1.3.2*", /* F-Secure */
132 SSH_BUG_IGNOREMSG|SSH_BUG_K5USER },
133 { "1.2.1*,"
134 "1.2.2*,"
135 "1.2.3*", SSH_BUG_K5USER },
132 { "*SSH Compatible Server*", /* Netscreen */ 136 { "*SSH Compatible Server*", /* Netscreen */
133 SSH_BUG_PASSWORDPAD }, 137 SSH_BUG_PASSWORDPAD },
134 { "*OSU_0*," 138 { "*OSU_0*,"