]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Wed, 5 Oct 2005 10:42:02 +0000 (12:42 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 5 Oct 2005 10:42:02 +0000 (12:42 +0200)
Rev: src/nettle/ChangeLog:1.330

ChangeLog

index 6d174db0d61151a312964d563509f7924c02c695..09f253f3879c1a7881752b95784cf3c657347dad 100644 (file)
--- 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.