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 ee8a2b95c..1cba01f6e 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.
@@ -167,8 +167,7 @@ void abandon_challenge_response(Authctxt *);
167char *authorized_keys_file(struct passwd *); 167char *authorized_keys_file(struct passwd *);
168char *authorized_keys_file2(struct passwd *); 168char *authorized_keys_file2(struct passwd *);
169 169
170int 170FILE *auth_openkeyfile(const char *, struct passwd *, int);
171secure_filename(FILE *, const char *, struct passwd *, char *, size_t);
172 171
173HostStatus 172HostStatus
174check_key_in_hostfiles(struct passwd *, Key *, const char *, 173check_key_in_hostfiles(struct passwd *, Key *, const char *,