summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
authordtucker <dtucker>2005-04-05 11:00:47 +0000
committerdtucker <dtucker>2005-04-05 11:00:47 +0000
commita31ee181a86ec6e71fba45e44a99b42408e14c00 (patch)
treefd01b52c909296aa7c37f85c3d1f3c36b402fe19 /auth-passwd.c
parentf229cd9e6d106c58f2dd0473fceb4e0ade531be7 (diff)
downloadopenssh-a31ee181a86ec6e71fba45e44a99b42408e14c00.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;