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 f752c1220..6a70f0eb6 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.60 2007/09/21 08:15:29 djm 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.
@@ -166,8 +166,7 @@ void abandon_challenge_response(Authctxt *);
166char *authorized_keys_file(struct passwd *); 166char *authorized_keys_file(struct passwd *);
167char *authorized_keys_file2(struct passwd *); 167char *authorized_keys_file2(struct passwd *);
168 168
169int 169FILE *auth_openkeyfile(const char *, struct passwd *, int);
170secure_filename(FILE *, const char *, struct passwd *, char *, size_t);
171 170
172HostStatus 171HostStatus
173check_key_in_hostfiles(struct passwd *, Key *, const char *, 172check_key_in_hostfiles(struct passwd *, Key *, const char *,