summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-04-05 21:00:47 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-04-05 21:00:47 +1000
commit0f5eeff23dc88b7ea6ac5f0345bd088ea3f49750 (patch)
treed0c96bcc21ff8d7ff000926e2e65a1b8935b23f4 /auth-passwd.c
parent00cadb8c35fd1d178665a32899aea2a851077aaa (diff)
downloadopenssh-git-0f5eeff23dc88b7ea6ac5f0345bd088ea3f49750.tar.gz
- (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of
sys_auth_passwd, pointed out by cmadams at hiwaay.net.
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index 27ece3f7..654e0b82 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -47,7 +47,6 @@ RCSID("$OpenBSD: auth-passwd.c,v 1.33 2005/01/24 11:47:13 dtucker Exp $");
extern Buffer loginmsg;
extern ServerOptions options;
-int sys_auth_passwd(Authctxt *, const char *);
#ifdef HAVE_LOGIN_CAP
extern login_cap_t *lc;