summaryrefslogtreecommitdiff
path: root/auth-options.h
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2015-01-14 10:30:34 +0000
committerDamien Miller <djm@mindrot.org>2015-01-14 21:34:20 +1100
commitae8b463217f7c9b66655bfc3945c050ffdaeb861 (patch)
tree34ff889bdf7e4751cbb7bf475570ec94e800ace0 /auth-options.h
parent540e891191b98b89ee90aacf5b14a4a68635e763 (diff)
upstream commit
swith auth-options to new sshbuf/sshkey; ok djm@
Diffstat (limited to 'auth-options.h')
-rw-r--r--auth-options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-options.h b/auth-options.h
index 7455c9454..34852e5c0 100644
--- a/auth-options.h
+++ b/auth-options.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth-options.h,v 1.20 2010/05/07 11:30:29 djm Exp $ */ 1/* $OpenBSD: auth-options.h,v 1.21 2015/01/14 10:30:34 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -35,6 +35,6 @@ extern char *authorized_principals;
35 35
36int auth_parse_options(struct passwd *, char *, char *, u_long); 36int auth_parse_options(struct passwd *, char *, char *, u_long);
37void auth_clear_options(void); 37void auth_clear_options(void);
38int auth_cert_options(Key *, struct passwd *); 38int auth_cert_options(struct sshkey *, struct passwd *);
39 39
40#endif 40#endif