OpenSSH 5.1: call for testing
Damien Miller
djm at mindrot.org
Mon Jul 14 12:07:48 EST 2008
On Tue, 8 Jul 2008, Cristian Ionescu-Idbohrn wrote:
Thanks for the detailed report!
> Warnings:
>
> xmalloc.h:26: warning: `__nonnull__' attribute directive ignored
We'll have to ignore this, it is harmless though.
> bindresvport.c: In function `bindresvport_sa':
> bindresvport.c:57: warning: declaration of `sin' shadows a global declaration
> <built-in>:0: warning: shadowed declaration is here
Fixed.
> rresvport.c: In function `rresvport_af':
> rresvport.c:92: warning: implicit declaration of function `close'
Fixed.
> umac.c:187: warning: declaration of `buffer_ptr' shadows a global declaration
> buffer.h:31: warning: shadowed declaration is here
Fixed.
> auth.c: In function `auth_openkeyfile':
> auth.c:489: warning: implicit declaration of function `close'
Fixed.
> 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?
-d
More information about the openssh-unix-dev
mailing list