On Thu, May 20, 1999 at 01:22:33PM +0100, Se�n � R�ord�in wrote:
> but now in crypto/md5... when compiling md5_dgst.c I get...
>
> make[2]: Entering directory
> `/export/home/sean/crypto/openssl-work/crypto/md5'
> gcc -I.. -I../../include -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer
> -mv8 -Wall -DB_ENDIAN -DULTRASPARC -DMD5_ASM -c md5_dgst.c -o
> md5_dgst.o
> ../md32_common.h: In function `MD5_Update':
> In file included from md5_locl.h:130,
> from md5_dgst.c:60:
> ../md32_common.h:471: warning: passing arg 2 of
> `md5_block_asm_data_order_aligned' from incompatible pointer type
> ../md32_common.h: In function `MD5_Transform':
> ../md32_common.h:517: warning: passing arg 2 of
> `md5_block_asm_data_order_aligned' from incompatible pointer type
There, we need a cast ... We've got a pointer to char and notice
that its alignment allows using it as a pointer to something longer.
A fix is on the way.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]