summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authordjm <djm>2005-06-16 03:18:34 +0000
committerdjm <djm>2005-06-16 03:18:34 +0000
commit4c597c0e488dc6d604a0e276419581ca221b1ee8 (patch)
treeec6bb95fcb0d873852edbbac6bf426f9431de87b /auth.h
parentc7bfddf42fb84e6d1cf1847f02b5e93cad9c74bf (diff)
downloadopenssh-4c597c0e488dc6d604a0e276419581ca221b1ee8.tar.gz
- 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 471404e4..bf47b9a6 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.50 2004/05/23 23:59:53 dtucker Exp $ */
+/* $OpenBSD: auth.h,v 1.51 2005/06/06 11:20:36 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -163,7 +163,6 @@ char *get_challenge(Authctxt *);
int verify_response(Authctxt *, const char *);
void abandon_challenge_response(Authctxt *);
-char *expand_filename(const char *, struct passwd *);
char *authorized_keys_file(struct passwd *);
char *authorized_keys_file2(struct passwd *);