summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-06-16 13:18:34 +1000
committerDamien Miller <djm@mindrot.org>2005-06-16 13:18:34 +1000
commit6476cad9bb6b8a9524a153639b4ebceb3427e743 (patch)
tree59e9068c25f8d9c6d7e51f66e3c8c983c52db0d9 /auth.h
parent05656967b111a7c2b1f831eab0c31002dfac6fa9 (diff)
- djm@cvs.openbsd.org 2005/06/06 11:20:36
[auth.c auth.h misc.c misc.h ssh.c ssh_config.5 sshconnect.c] introduce a generic %foo expansion function. replace existing % expansion and add expansion to ControlPath; ok markus@
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