summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/auth.h b/auth.h
index 6e20cd446..568212f9d 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.66 2010/05/07 11:30:29 djm Exp $ */ 1/* $OpenBSD: auth.h,v 1.69 2011/05/23 03:30:07 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -169,8 +169,7 @@ char *get_challenge(Authctxt *);
169int verify_response(Authctxt *, const char *); 169int verify_response(Authctxt *, const char *);
170void abandon_challenge_response(Authctxt *); 170void abandon_challenge_response(Authctxt *);
171 171
172char *authorized_keys_file(struct passwd *); 172char *expand_authorized_keys(const char *, struct passwd *pw);
173char *authorized_keys_file2(struct passwd *);
174char *authorized_principals_file(struct passwd *); 173char *authorized_principals_file(struct passwd *);
175 174
176FILE *auth_openkeyfile(const char *, struct passwd *, int); 175FILE *auth_openkeyfile(const char *, struct passwd *, int);