[697] in Kerberos-V5-bugs
instances of "[0-9]+L" in lib/crypto/md5/md5.c should use "UL"
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Fri Sep 2 10:52:04 1994
Date: Fri, 2 Sep 1994 10:53:14 -0400
From: "Jonathan I. Kamens" <jik@cam.ov.com>
To: krb5-bugs@MIT.EDU
GCC prints a whole slew of warnings when compiling
lib/crypto/md5/md5.c that look like this:
md5.c:208: warning: decimal constant is so large that it is unsigned
The fix is to change all "L" specifiers on the numbers in calls to the
FF, GG, HH and II macros in that file to "UL". It's so easy I'm not
going to send a patch :-).
jik