From ae8b463217f7c9b66655bfc3945c050ffdaeb861 Mon Sep 17 00:00:00 2001 From: "markus@openbsd.org" Date: Wed, 14 Jan 2015 10:30:34 +0000 Subject: upstream commit swith auth-options to new sshbuf/sshkey; ok djm@ --- auth-options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth-options.h') diff --git a/auth-options.h b/auth-options.h index 7455c945..34852e5c 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 @@ -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 -- cgit v1.2.3