summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-23 13:55:03 +1100
committerDamien Miller <djm@mindrot.org>2000-09-23 13:55:03 +1100
commit337cf323f4332440b786366a879534db8b007549 (patch)
tree541ea1cc3b7739f9e0c9325d814753b2aa7b2eae /auth-passwd.c
parentf13f75da2e675ac6dd212c590828e358e9b29ecb (diff)
Cleanup
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index c6fdc82d1..18f9b3c15 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -114,9 +114,6 @@ auth_password(struct passwd * pw, const char *password)
114#if defined(HAVE_GETPWANAM) && !defined(DISABLE_SHADOW) 114#if defined(HAVE_GETPWANAM) && !defined(DISABLE_SHADOW)
115 struct passwd_adjunct *spw; 115 struct passwd_adjunct *spw;
116#endif 116#endif
117# ifdef HAVE_HPUX_TRUSTED_SYSTEM_PW
118 struct pr_passwd *prpw;
119#endif
120#ifdef WITH_AIXAUTHENTICATE 117#ifdef WITH_AIXAUTHENTICATE
121 char *authmsg; 118 char *authmsg;
122 char *loginmsg; 119 char *loginmsg;