summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libmcrypt/files/libmcrypt-2.5.8-rotate-mask.patch')
-rw-r--r--dev-libs/libmcrypt/files/libmcrypt-2.5.8-rotate-mask.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libmcrypt/files/libmcrypt-2.5.8-rotate-mask.patch b/dev-libs/libmcrypt/files/libmcrypt-2.5.8-rotate-mask.patch
index ca31df4b2719..568caa463862 100644
--- a/dev-libs/libmcrypt/files/libmcrypt-2.5.8-rotate-mask.patch
+++ b/dev-libs/libmcrypt/files/libmcrypt-2.5.8-rotate-mask.patch
@@ -1,9 +1,9 @@
---- KNOWN-BUGS 2008-12-13 15:31:49.000000000 -0500
+--- a/KNOWN-BUGS 2008-12-13 15:31:49.000000000 -0500
+++ /dev/null 2008-12-13 02:05:21.751517562 -0500
@@ -1 +0,0 @@
-- cast-256 and rc6 do not work properly on Alpha (64 bit) machines
---- lib/mcrypt_modules.h.orig 2008-12-13 15:33:06.000000000 -0500
-+++ lib/mcrypt_modules.h 2008-12-13 15:25:01.000000000 -0500
+--- a/lib/mcrypt_modules.h.orig 2008-12-13 15:33:06.000000000 -0500
++++ b/lib/mcrypt_modules.h 2008-12-13 15:25:01.000000000 -0500
@@ -1,7 +1,7 @@
-#define rotl32(x,n) (((x) << ((word32)(n))) | ((x) >> (32 - (word32)(n))))
-#define rotr32(x,n) (((x) >> ((word32)(n))) | ((x) << (32 - (word32)(n))))