summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/compat.h b/compat.h
index d611d33e7..66db42cc0 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: compat.h,v 1.54 2018/08/13 02:41:05 djm Exp $ */ 1/* $OpenBSD: compat.h,v 1.55 2020/06/01 07:11:38 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
@@ -27,11 +27,6 @@
27#ifndef COMPAT_H 27#ifndef COMPAT_H
28#define COMPAT_H 28#define COMPAT_H
29 29
30#define SSH_PROTO_UNKNOWN 0x00
31#define SSH_PROTO_1 0x01
32#define SSH_PROTO_1_PREFERRED 0x02
33#define SSH_PROTO_2 0x04
34
35#define SSH_BUG_UTF8TTYMODE 0x00000001 30#define SSH_BUG_UTF8TTYMODE 0x00000001
36#define SSH_BUG_SIGTYPE 0x00000002 31#define SSH_BUG_SIGTYPE 0x00000002
37/* #define unused 0x00000004 */ 32/* #define unused 0x00000004 */
@@ -64,7 +59,6 @@
64#define SSH_BUG_DHGEX_LARGE 0x40000000 59#define SSH_BUG_DHGEX_LARGE 0x40000000
65 60
66u_int compat_datafellows(const char *); 61u_int compat_datafellows(const char *);
67int proto_spec(const char *);
68char *compat_cipher_proposal(char *); 62char *compat_cipher_proposal(char *);
69char *compat_pkalg_proposal(char *); 63char *compat_pkalg_proposal(char *);
70char *compat_kex_proposal(char *); 64char *compat_kex_proposal(char *);