summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2023-02-16 10:10:00 +0000
committerDarren Tucker <dtucker@dtucker.net>2023-02-16 21:33:00 +1100
commit68350152406339170721c15e97afdf827a5e4001 (patch)
treed50e4492a8c7a6d3e1dec12e5db674f08f13c6a4 /compat.h
parent537cccd804eaf65f32bdce037cc31db4e0ab0f44 (diff)
downloadopenssh-git-68350152406339170721c15e97afdf827a5e4001.tar.gz
upstream: Remove SSH_BUG_PASSWORDPAD compat bit
since it's no longer used. ok markus@ OpenBSD-Commit-ID: b92c21f56fe4b7f9a54790d6a9650725c226820b
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 a9937dfd..9abe056d 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: compat.h,v 1.58 2023/02/16 07:55:15 dtucker Exp $ */
+/* $OpenBSD: compat.h,v 1.59 2023/02/16 10:10:00 dtucker Exp $ */
/*
* Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
@@ -37,7 +37,7 @@
/* #define unused 0x00000080 */
/* #define unused 0x00000100 */
/* #define unused 0x00000200 */
-#define SSH_BUG_PASSWORDPAD 0x00000400
+/* #define unused 0x00000400 */
#define SSH_BUG_SCANNER 0x00000800
#define SSH_BUG_BIGENDIANAES 0x00001000
#define SSH_BUG_RSASIGMD5 0x00002000