diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2023-02-17 05:22:50 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-02-17 05:43:57 +0100 |
commit | 2a7e3449908571af601a4c2d12ab140096442e47 (patch) | |
tree | 7f6c196e6f3a5c3c9f82c7596ea1a4871195c402 /compat.h | |
parent | upstream: Remove now-unused compat bit SSH_BUG_BIGENDIANAES. This (diff) | |
download | openssh-2a7e3449908571af601a4c2d12ab140096442e47.tar.xz openssh-2a7e3449908571af601a4c2d12ab140096442e47.zip |
upstream: Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code
to set this was removed in OpenSSH 7.7 when support for SSH implementations
dating back to before RFC standardization were removed. "burn it all" djm@
OpenBSD-Commit-ID: 6330935fbe23dd00be79891505e06d1ffdac7cda
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: compat.h,v 1.60 2023/02/17 03:06:18 dtucker Exp $ */ +/* $OpenBSD: compat.h,v 1.61 2023/02/17 04:22:50 dtucker Exp $ */ /* * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. @@ -40,7 +40,7 @@ /* #define unused 0x00000400 */ #define SSH_BUG_SCANNER 0x00000800 /* #define unused 0x00001000 */ -#define SSH_BUG_RSASIGMD5 0x00002000 +/* #define unused 0x00002000 */ #define SSH_OLD_DHGEX 0x00004000 #define SSH_BUG_NOREKEY 0x00008000 /* #define unused 0x00010000 */ |