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 e286b33b5..b998198aa 100644
--- a/auth.h
+++ b/auth.h
@@ -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 *);
168char *authorized_keys_file(struct passwd *); 168char *authorized_keys_file(struct passwd *);
169char *authorized_keys_file2(struct passwd *); 169char *authorized_keys_file2(struct passwd *);
170 170
171int 171FILE *auth_openkeyfile(const char *, struct passwd *, int);
172secure_filename(FILE *, const char *, struct passwd *, char *, size_t);
173 172
174HostStatus 173HostStatus
175check_key_in_hostfiles(struct passwd *, Key *, const char *, 174check_key_in_hostfiles(struct passwd *, Key *, const char *,