summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2017-04-30 23:13:25 +0000
committerDamien Miller <djm@mindrot.org>2017-05-01 09:42:37 +1000
commit97f4d3083b036ce3e68d6346a6140a22123d5864 (patch)
tree301c95453934721eca9855cd01b1d0da089e3246 /compat.h
parent99f95ba82673d33215dce17bfa1512b57f54ec09 (diff)
upstream commit
remove compat20/compat13/compat15 variables ok markus@ Upstream-ID: 43802c035ceb3fef6c50c400e4ecabf12354691c
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