Call for testing for 3.5 OpenSSH

Tim Rice tim at multitalents.net
Tue Sep 24 09:01:33 EST 2002


On Mon, 23 Sep 2002, Wendy Palm wrote:

[snip]
> diff -cr openssh/auth1.c openssh.cray/auth1.c
> *** openssh/auth1.c     Wed Sep 11 18:47:30 2002
> --- openssh.cray/auth1.c        Mon Sep 23 12:39:06 2002
> + #if defined(_CRAY) && ! defined(_CRAYSV2)
> + #include <ia.h>
> + #endif /* _CRAY */

Is this because ia.h does not exist on _CRAYSV2 ?
Or because including ia.h breaks on _CRAYSV2 ?
Could we test for ia.h in configure and use HAVE_IA_H ?

Same question for openssh/auth2.c


> *** openssh/session.c   Wed Sep 18 20:50:49 2002
> --- openssh.cray/session.c      Mon Sep 23 12:47:35 2002
> + #if defined(_CRAY) && ! defined(_CRAYSV2)
> + #include <tmpdir.h>
> + #endif

Can we use HAVE_TMPDIR_H ?





More information about the openssh-unix-dev mailing list