diff options
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: compat.h,v 1.48 2015/05/26 23:23:40 dtucker Exp $ */ | 1 | /* $OpenBSD: compat.h,v 1.49 2017/04/30 23:13:25 djm 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. |
@@ -63,15 +63,11 @@ | |||
63 | #define SSH_BUG_HOSTKEYS 0x20000000 | 63 | #define SSH_BUG_HOSTKEYS 0x20000000 |
64 | #define SSH_BUG_DHGEX_LARGE 0x40000000 | 64 | #define SSH_BUG_DHGEX_LARGE 0x40000000 |
65 | 65 | ||
66 | void enable_compat13(void); | ||
67 | void enable_compat20(void); | ||
68 | u_int compat_datafellows(const char *); | 66 | u_int compat_datafellows(const char *); |
69 | int proto_spec(const char *); | 67 | int proto_spec(const char *); |
70 | char *compat_cipher_proposal(char *); | 68 | char *compat_cipher_proposal(char *); |
71 | char *compat_pkalg_proposal(char *); | 69 | char *compat_pkalg_proposal(char *); |
72 | char *compat_kex_proposal(char *); | 70 | char *compat_kex_proposal(char *); |
73 | 71 | ||
74 | extern int compat13; | ||
75 | extern int compat20; | ||
76 | extern int datafellows; | 72 | extern int datafellows; |
77 | #endif | 73 | #endif |