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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssh/auth-options.h b/crypto/openssh/auth-options.h
index 694edc8..7455c94 100644
--- a/crypto/openssh/auth-options.h
+++ b/crypto/openssh/auth-options.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-options.h,v 1.18 2010/02/26 20:29:54 djm Exp $ */
+/* $OpenBSD: auth-options.h,v 1.20 2010/05/07 11:30:29 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -31,9 +31,10 @@ extern char *forced_command;
extern struct envstring *custom_environment;
extern int forced_tun_device;
extern int key_is_cert_authority;
+extern char *authorized_principals;
int auth_parse_options(struct passwd *, char *, char *, u_long);
void auth_clear_options(void);
-int auth_cert_constraints(Buffer *, struct passwd *);
+int auth_cert_options(Key *, struct passwd *);
#endif
OpenPOWER on IntegriCloud