summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-12-07 01:24:58 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-12-07 01:24:58 +0000
commita14ee47f2eee3030cd784b93985a4de417a4b14c (patch)
treef82085150b06f63c80baf3cf748306afd34e33dd /compat.h
parentfc74af43ce005c9220bfb110a2fbf3a48c36c148 (diff)
downloadopenssh-git-a14ee47f2eee3030cd784b93985a4de417a4b14c.tar.gz
20001207
- (bal) OpenSSH CVS updates: - markus@cvs.openbsd.org 2000/12/06 22:58:14 [compat.c compat.h packet.c] disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat.h b/compat.h
index 86e47150..cf97c7d2 100644
--- a/compat.h
+++ b/compat.h
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* RCSID("$OpenBSD: compat.h,v 1.12 2000/12/03 11:15:03 markus Exp $"); */
+/* RCSID("$OpenBSD: compat.h,v 1.13 2000/12/06 22:58:15 markus Exp $"); */
#ifndef COMPAT_H
#define COMPAT_H
@@ -37,6 +37,7 @@
#define SSH_BUG_X11FWD 0x08
#define SSH_OLD_SESSIONID 0x10
#define SSH_BUG_PKAUTH 0x20
+#define SSH_BUG_DEBUG 0x40
void enable_compat13(void);
void enable_compat20(void);