Bug 814

Summary: Turning on OSF SIA causes linker errors in sshd
Product: Portable OpenSSH Reporter: Nikola Milutinovic <Nikola.Milutinovic>
Component: Build systemAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED DUPLICATE    
Severity: critical    
Priority: P1    
Version: -current   
Hardware: All   
OS: OSF/1   

Description Nikola Milutinovic 2004-03-19 07:18:56 AEDT
The source of the problem are two files:

./auth-passwd.c
./openbsd-compat/xcrypt.c

When --with-osfsia is given, the second file doesn't compile anything, since the
whole C source block is surrounded with:

#if !defined(HAVE_OSF_SIA)
...
#endif

The first file, however, requires two procedures from the second:

shadow_pw
xcrypt

So, what's the story here?
What should be done on Tru64 UNIX?
What should be used in ./auth-passwd.c with OSF SIA enabled?

Nix.
Comment 1 Ben Lindstrom 2004-03-19 08:12:43 AEDT
This has already been addressed in the CVS tree.  Bug #802 has the patch that we
used.

*** This bug has been marked as a duplicate of 802 ***
Comment 2 Damien Miller 2004-04-14 12:24:20 AEST
Mass change of RESOLVED bugs to CLOSED