OpenSSH 5.1: call for testing

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Fri Jul 18 20:35:28 EST 2008


I think I owe an explanation.

On Mon, 14 Jul 2008, Damien Miller wrote:

> On Tue, 8 Jul 2008, Cristian Ionescu-Idbohrn wrote:
>
> > I also get this warning from the linker:
> >
> > /usr/local/cris/r64/lib/gcc-lib/cris-axis-linux-gnu/3.2.1/../../../../cris-axis-linux-gnu/bin/ld: warning: type and size of dynamic symbol `AES_encrypt' are not defined
> >
> > which goes away if I build with:
> >
> >   CFLAGS += -DUSE_BUILTIN_RIJNDAEL
>
> That shouldn't be necessary unless you are using quite an old OpenSSL.
> Is this the case?

Showed up the above warning was caused by ourselfs :(
We misbuilded openssl. Fixed now.

Crossbuilt (for cris v10) latest snapshot.  Builds and runs fine; no
(arch) patches required :)

I'm seeing these warnings when I build for host:

sftp.c: In function 'parse_dispatch_command':
sftp.c:1238: warning: 'n_arg' may be used uninitialized in this function
sftp.c:1237: warning: 'hflag' may be used uninitialized in this function
sftp.c:1237: warning: 'iflag' may be used uninitialized in this function
sftp.c:1237: warning: 'lflag' may be used uninitialized in this function
sftp.c:1237: warning: 'pflag' may be used uninitialized in this function

Shouldn't cost much to give them a sensible initial value.

All tests passed on a debian lenny box.


Cheers,

-- 
Cristian


More information about the openssh-unix-dev mailing list