diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-04 15:50:56 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-04 15:50:56 +0000 |
commit | 091b6df9712c1af8662eea2a1ee86d3be67c0fb9 (patch) | |
tree | 328131b54cdf87a65155087a973a4226f1fc0431 /usr.bin | |
parent | 9fced11d5fcbd1680f8326a93d5c6f460bbd1464 (diff) |
f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
Diffstat (limited to 'usr.bin')
-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 }, |