diff options
author | 2001-04-04 15:50:55 +0000 | |
---|---|---|
committer | 2001-04-04 15:50:55 +0000 | |
commit | dbe97638985148989ea133e7c91a70ab55b28e66 (patch) | |
tree | 2437c377f1f3b5cb75c8f58567f7841670cd7327 | |
parent | enable server side rekeying + some rekey related clientup. (diff) | |
download | wireguard-openbsd-dbe97638985148989ea133e7c91a70ab55b28e66.tar.xz wireguard-openbsd-dbe97638985148989ea133e7c91a70ab55b28e66.zip |
f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
-rw-r--r-- | usr.bin/ssh/compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/compat.c b/usr.bin/ssh/compat.c index c5400a48db4..29c4592403d 100644 --- a/usr.bin/ssh/compat.c +++ b/usr.bin/ssh/compat.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: compat.c,v 1.42 2001/03/27 17:46:49 provos Exp $"); +RCSID("$OpenBSD: compat.c,v 1.43 2001/04/04 15:50:55 markus Exp $"); #include <regex.h> @@ -93,6 +93,7 @@ compat_datafellows(const char *version) { "^1\\.7 SecureFX", SSH_OLD_SESSIONID }, { "^1\\.2\\.1[89]", SSH_BUG_IGNOREMSG }, { "^1\\.2\\.2[012]", SSH_BUG_IGNOREMSG }, + { "^1\\.3\\.2", SSH_BUG_IGNOREMSG }, /* f-secure */ { "^SSH Compatible Server", /* Netscreen */ SSH_BUG_PASSWORDPAD }, { "^OSU_0", SSH_BUG_PASSWORDPAD }, |