[Bug 933] compile problem on tru64 5.1A code outside of a #ifdef that should not be included on tru64
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Sep 21 02:06:32 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=933
------- Additional Comments From sshdbugs at garetech.com.au 2004-09-21 02:06 -------
Created an attachment (id=718)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=718&action=view)
make fails trying to link xcrypt and others
./configure --without-shadow --with-zlib=/usr/local/lib
--with-cflags="-I/usr/local/include" --with-cppflags="-I/usr/local/include"
--with-osfsia
in auth-passwd.c on Tru64 UNIX 5.1A
We have already finished with the following code
#if defined(HAVE_OSF_SIA)
/*
* XXX: any reason this is before krb? could be moved to
* sys_auth_passwd()? -dt
*/
return auth_sia_password(authctxt, password) && ok;
#endif
This return at the bottom should not be outside the chain of #ifdef's and the
follow up code of sys_auth_passwd should also not be compiled on Tru64
#endif
return (sys_auth_passwd(authctxt, password) && ok);
}
#ifdef BSD_AUTH
int
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list