summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index 471404e4e..bf47b9a64 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.50 2004/05/23 23:59:53 dtucker Exp $ */ 1/* $OpenBSD: auth.h,v 1.51 2005/06/06 11:20:36 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -163,7 +163,6 @@ char *get_challenge(Authctxt *);
163int verify_response(Authctxt *, const char *); 163int verify_response(Authctxt *, const char *);
164void abandon_challenge_response(Authctxt *); 164void abandon_challenge_response(Authctxt *);
165 165
166char *expand_filename(const char *, struct passwd *);
167char *authorized_keys_file(struct passwd *); 166char *authorized_keys_file(struct passwd *);
168char *authorized_keys_file2(struct passwd *); 167char *authorized_keys_file2(struct passwd *);
169 168