diff --git a/ChangeLog b/ChangeLog index 6d174db0d61151a312964d563509f7924c02c695..09f253f3879c1a7881752b95784cf3c657347dad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-05 Niels Möller <nisse@lysator.liu.se> + + * x86/sha1-compress.asm (EXPAND): Use % 16 instead of & 15 to + compute offsets mod 16, since m4 on FreeBSD 49.RELEASE and NetBSD + doesn't implement & correctly in eval. + 2005-10-03 Niels Möller <nisse@lysator.liu.se> * x86/sha1-compress.asm (OFFSET): New macro.