summaryrefslogtreecommitdiff
path: root/compat.h
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.h
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.h')
-rw-r--r--compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat.h b/compat.h
index 167409b2..a9937dfd 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: compat.h,v 1.57 2021/06/06 03:40:39 djm Exp $ */
+/* $OpenBSD: compat.h,v 1.58 2023/02/16 07:55:15 dtucker Exp $ */
/*
* Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
@@ -35,7 +35,7 @@
/* #define unused 0x00000020 */
#define SSH_BUG_DEBUG 0x00000040
/* #define unused 0x00000080 */
-#define SSH_BUG_IGNOREMSG 0x00000100
+/* #define unused 0x00000100 */
/* #define unused 0x00000200 */
#define SSH_BUG_PASSWORDPAD 0x00000400
#define SSH_BUG_SCANNER 0x00000800