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, 2 insertions, 2 deletions
diff --git a/crypto/openssh/auth-options.h b/crypto/openssh/auth-options.h
index 7455c94..34852e5 100644
--- a/crypto/openssh/auth-options.h
+++ b/crypto/openssh/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
OpenPOWER on IntegriCloud