diff options
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 | ||
66 | u_int compat_datafellows(const char *); | 61 | u_int compat_datafellows(const char *); |
67 | int proto_spec(const char *); | ||
68 | char *compat_cipher_proposal(char *); | 62 | char *compat_cipher_proposal(char *); |
69 | char *compat_pkalg_proposal(char *); | 63 | char *compat_pkalg_proposal(char *); |
70 | char *compat_kex_proposal(char *); | 64 | char *compat_kex_proposal(char *); |