diff options
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: compat.h,v 1.43 2011/09/23 07:45:05 markus Exp $ */ | 1 | /* $OpenBSD: compat.h,v 1.44 2013/12/30 23:52:27 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. |
@@ -65,6 +65,7 @@ void enable_compat20(void); | |||
65 | void compat_datafellows(const char *); | 65 | void compat_datafellows(const char *); |
66 | int proto_spec(const char *); | 66 | int proto_spec(const char *); |
67 | char *compat_cipher_proposal(char *); | 67 | char *compat_cipher_proposal(char *); |
68 | char *compat_pkalg_proposal(char *); | ||
68 | 69 | ||
69 | extern int compat13; | 70 | extern int compat13; |
70 | extern int compat20; | 71 | extern int compat20; |