summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth-options.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/auth-options.h')
-rw-r--r--crypto/openssh/auth-options.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/openssh/auth-options.h b/crypto/openssh/auth-options.h
index 14488f7..694edc8 100644
--- a/crypto/openssh/auth-options.h
+++ b/crypto/openssh/auth-options.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-options.h,v 1.17 2008/03/26 21:28:14 djm Exp $ */
+/* $OpenBSD: auth-options.h,v 1.18 2010/02/26 20:29:54 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -30,8 +30,10 @@ extern int no_user_rc;
extern char *forced_command;
extern struct envstring *custom_environment;
extern int forced_tun_device;
+extern int key_is_cert_authority;
int auth_parse_options(struct passwd *, char *, char *, u_long);
void auth_clear_options(void);
+int auth_cert_constraints(Buffer *, struct passwd *);
#endif
OpenPOWER on IntegriCloud