Roberto Pariset <[EMAIL PROTECTED]> writes:

> Package: shishi
> Severity: serious
>
> Hi,
> shishi_0.0.25-1 FTBFS on amd64 (but seems also on others) by failing
> tests:

Hi Roberto!

Thanks for the report, I debugged this and the fix is as below (for
gl/md4.c in Shishi).  It will be part in the next release.

Thanks,
Simon

Index: md4.c
===================================================================
RCS file: /sources/gnulib/gnulib/lib/md4.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- md4.c       22 Oct 2005 16:32:14 -0000      1.4
+++ md4.c       10 May 2006 13:37:20 -0000      1.5
@@ -273,8 +273,8 @@ md4_process_bytes (const void *buffer, s
 /* --- Code below is the primary difference between md5.c and md4.c --- */
 
 /* MD4 round constants */
-#define K1 0x5a827999L
-#define K2 0x6ed9eba1L
+#define K1 0x5a827999
+#define K2 0x6ed9eba1
 
 /* Round functions.  */
 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to