]> andersk Git - openssh.git/blobdiff - compat.c
- markus@cvs.openbsd.org 2003/11/02 11:01:03
[openssh.git] / compat.c
index af1d14321cd498a7afa6cc2ef4f1c7568aa904dc..2fdebe7fa21dc35c925348eb565fd86d7070ada2 100644 (file)
--- a/compat.c
+++ b/compat.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: compat.c,v 1.69 2003/08/29 10:03:15 markus Exp $");
+RCSID("$OpenBSD: compat.c,v 1.70 2003/11/02 11:01:03 markus Exp $");
 
 #include "buffer.h"
 #include "packet.h"
@@ -79,11 +79,7 @@ compat_datafellows(const char *version)
                { "OpenSSH_2.5.3*",     SSH_BUG_NOREKEY|SSH_BUG_EXTEOF},
                { "OpenSSH_2.*,"
                  "OpenSSH_3.0*,"
-                 "OpenSSH_3.1*",       SSH_BUG_EXTEOF|SSH_BUG_GSSAPI_BER},
-               { "OpenSSH_3.2*,"
-                 "OpenSSH_3.3*,"
-                 "OpenSSH_3.4*,"
-                 "OpenSSH_3.5*",       SSH_BUG_GSSAPI_BER},
+                 "OpenSSH_3.1*",       SSH_BUG_EXTEOF},
                { "Sun_SSH_1.0*",       SSH_BUG_NOREKEY|SSH_BUG_EXTEOF},
                { "OpenSSH*",           0 },
                { "*MindTerm*",         0 },
This page took 0.260735 seconds and 4 git commands to generate.