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)
downloadopenssh-git-337cf323f4332440b786366a879534db8b007549.tar.gz
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 c6fdc82d..18f9b3c1 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -114,9 +114,6 @@ auth_password(struct passwd * pw, const char *password)
#if defined(HAVE_GETPWANAM) && !defined(DISABLE_SHADOW)
struct passwd_adjunct *spw;
#endif
-# ifdef HAVE_HPUX_TRUSTED_SYSTEM_PW
- struct pr_passwd *prpw;
-#endif
#ifdef WITH_AIXAUTHENTICATE
char *authmsg;
char *loginmsg;