diff options
author | markus@openbsd.org <markus@openbsd.org> | 2015-01-14 11:30:34 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-01-14 11:34:20 +0100 |
commit | ae8b463217f7c9b66655bfc3945c050ffdaeb861 (patch) | |
tree | 34ff889bdf7e4751cbb7bf475570ec94e800ace0 /auth-options.h | |
parent | upstream commit (diff) | |
download | openssh-ae8b463217f7c9b66655bfc3945c050ffdaeb861.tar.xz openssh-ae8b463217f7c9b66655bfc3945c050ffdaeb861.zip |
upstream commit
swith auth-options to new sshbuf/sshkey; ok djm@
Diffstat (limited to 'auth-options.h')
-rw-r--r-- | auth-options.h | 4 |
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 @@ -/* $OpenBSD: auth-options.h,v 1.20 2010/05/07 11:30:29 djm Exp $ */ +/* $OpenBSD: auth-options.h,v 1.21 2015/01/14 10:30:34 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -35,6 +35,6 @@ extern char *authorized_principals; int auth_parse_options(struct passwd *, char *, char *, u_long); void auth_clear_options(void); -int auth_cert_options(Key *, struct passwd *); +int auth_cert_options(struct sshkey *, struct passwd *); #endif |