diff options
Diffstat (limited to 'auth-options.h')
-rw-r--r-- | auth-options.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/auth-options.h b/auth-options.h index 14488f72d..694edc842 100644 --- a/auth-options.h +++ b/auth-options.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-options.h,v 1.17 2008/03/26 21:28:14 djm Exp $ */ | 1 | /* $OpenBSD: auth-options.h,v 1.18 2010/02/26 20:29:54 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -30,8 +30,10 @@ extern int no_user_rc; | |||
30 | extern char *forced_command; | 30 | extern char *forced_command; |
31 | extern struct envstring *custom_environment; | 31 | extern struct envstring *custom_environment; |
32 | extern int forced_tun_device; | 32 | extern int forced_tun_device; |
33 | extern int key_is_cert_authority; | ||
33 | 34 | ||
34 | int auth_parse_options(struct passwd *, char *, char *, u_long); | 35 | int auth_parse_options(struct passwd *, char *, char *, u_long); |
35 | void auth_clear_options(void); | 36 | void auth_clear_options(void); |
37 | int auth_cert_constraints(Buffer *, struct passwd *); | ||
36 | 38 | ||
37 | #endif | 39 | #endif |