diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.h,v 1.58 2006/08/18 09:15:20 markus Exp $ */ | 1 | /* $OpenBSD: auth.h,v 1.61 2008/07/02 12:03:51 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -168,8 +168,7 @@ void abandon_challenge_response(Authctxt *); | |||
168 | char *authorized_keys_file(struct passwd *); | 168 | char *authorized_keys_file(struct passwd *); |
169 | char *authorized_keys_file2(struct passwd *); | 169 | char *authorized_keys_file2(struct passwd *); |
170 | 170 | ||
171 | int | 171 | FILE *auth_openkeyfile(const char *, struct passwd *, int); |
172 | secure_filename(FILE *, const char *, struct passwd *, char *, size_t); | ||
173 | 172 | ||
174 | HostStatus | 173 | HostStatus |
175 | check_key_in_hostfiles(struct passwd *, Key *, const char *, | 174 | check_key_in_hostfiles(struct passwd *, Key *, const char *, |