From aeb6dd8df40052533c4a1cb24016f2dc8a9e5f41 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Sun, 3 Dec 2000 11:29:05 +0000 Subject: remove fallback to SSH_BUG_HMAC now that the drafts are updated --- usr.bin/ssh/compat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ssh/compat.c b/usr.bin/ssh/compat.c index affa63ead66..5500b6f3428 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.29 2000/12/03 11:27:55 markus Exp $"); +RCSID("$OpenBSD: compat.c,v 1.30 2000/12/03 11:29:04 markus Exp $"); #include "ssh.h" #include "packet.h" @@ -73,7 +73,6 @@ compat_datafellows(const char *version) { "^2\\.4$", SSH_OLD_SESSIONID}, /* Van Dyke */ { "^3\\.0 SecureCRT", SSH_OLD_SESSIONID}, { "^1\\.7 SecureFX", SSH_OLD_SESSIONID}, - { "^2\\.", SSH_BUG_HMAC}, /* XXX fallback */ { NULL, 0 } }; /* process table, return first match */ -- cgit v1.2.3