summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/compat.h b/compat.h
index 2be290a8a..2e7830f1b 100644
--- a/compat.h
+++ b/compat.h
@@ -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
66void enable_compat13(void);
67void enable_compat20(void);
68u_int compat_datafellows(const char *); 66u_int compat_datafellows(const char *);
69int proto_spec(const char *); 67int proto_spec(const char *);
70char *compat_cipher_proposal(char *); 68char *compat_cipher_proposal(char *);
71char *compat_pkalg_proposal(char *); 69char *compat_pkalg_proposal(char *);
72char *compat_kex_proposal(char *); 70char *compat_kex_proposal(char *);
73 71
74extern int compat13;
75extern int compat20;
76extern int datafellows; 72extern int datafellows;
77#endif 73#endif