summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-03-04 22:59:36 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-03-04 22:59:36 +1100
commit91bf45c5977d090adb03b8cabb4293203341f34c (patch)
tree2a814e655f7513c8850b83c8d9e7a4e9f431a7d0 /auth-passwd.c
parentb9b6021667953fcb578215c97e523d6cea281ea9 (diff)
- (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h
openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when configured --with-osfsia. ok djm@
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index b9679abd0..beaf0fa6c 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -73,13 +73,6 @@ auth_password(Authctxt *authctxt, const char *password)
73 if (*password == '\0' && options.permit_empty_passwd == 0) 73 if (*password == '\0' && options.permit_empty_passwd == 0)
74 return 0; 74 return 0;
75 75
76#if defined(HAVE_OSF_SIA)
77 /*
78 * XXX: any reason this is before krb? could be moved to
79 * sys_auth_passwd()? -dt
80 */
81 return auth_sia_password(authctxt, password) && ok;
82#endif
83#ifdef KRB5 76#ifdef KRB5
84 if (options.kerberos_authentication == 1) { 77 if (options.kerberos_authentication == 1) {
85 int ret = auth_krb5_password(authctxt, password); 78 int ret = auth_krb5_password(authctxt, password);