summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat.h b/compat.h
index 2e25d5ba9..af2f0073f 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: compat.h,v 1.45 2014/04/18 23:52:25 djm Exp $ */ 1/* $OpenBSD: compat.h,v 1.46 2015/01/19 20:20:20 markus 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,7 +63,7 @@
63 63
64void enable_compat13(void); 64void enable_compat13(void);
65void enable_compat20(void); 65void enable_compat20(void);
66void compat_datafellows(const char *); 66u_int compat_datafellows(const char *);
67int proto_spec(const char *); 67int proto_spec(const char *);
68char *compat_cipher_proposal(char *); 68char *compat_cipher_proposal(char *);
69char *compat_pkalg_proposal(char *); 69char *compat_pkalg_proposal(char *);