summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2023-02-16 07:55:15 +0000
committerDarren Tucker <dtucker@dtucker.net>2023-02-16 21:12:07 +1100
commit537cccd804eaf65f32bdce037cc31db4e0ab0f44 (patch)
tree76a2c71fe159083ff0c5a0f393fba62782472e50 /compat.c
parent285cf6cd4b91a0a0ce33193c358c99085af33e43 (diff)
downloadopenssh-git-537cccd804eaf65f32bdce037cc31db4e0ab0f44.tar.gz
upstream: Remove SSH_BUG_IGNOREMSG compat flag
since it's only applicable to SSH1 and thus no longer used. ok markus@ "kill it with fire" djm@ OpenBSD-Commit-ID: ea13318b1937795d9db4790d3ce0a6ed01584dab
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/compat.c b/compat.c
index 478a9403..7d0e2715 100644
--- a/compat.c
+++ b/compat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: compat.c,v 1.121 2023/02/02 12:10:05 djm Exp $ */
+/* $OpenBSD: compat.c,v 1.122 2023/02/16 07:55:15 dtucker Exp $ */
/*
* Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
*
@@ -77,13 +77,6 @@ compat_banner(struct ssh *ssh, const char *version)
{ "3.0.*", SSH_BUG_DEBUG },
{ "3.0 SecureCRT*", SSH_OLD_SESSIONID },
{ "1.7 SecureFX*", SSH_OLD_SESSIONID },
- { "1.2.18*,"
- "1.2.19*,"
- "1.2.20*,"
- "1.2.21*,"
- "1.2.22*", SSH_BUG_IGNOREMSG },
- { "1.3.2*", /* F-Secure */
- SSH_BUG_IGNOREMSG },
{ "Cisco-1.*", SSH_BUG_DHGEX_LARGE|
SSH_BUG_HOSTKEYS },
{ "*SSH Compatible Server*", /* Netscreen */