]> git.pld-linux.org Git - packages/nss.git/blame - x32.patch
up to 3.26
[packages/nss.git] / x32.patch
CommitLineData
61061e26
JB
1--- nss-3.24/nss/lib/freebl/poly1305-donna-x64-sse2-incremental-source.c.orig 2016-05-17 09:58:45.000000000 +0200
2+++ nss-3.24/nss/lib/freebl/poly1305-donna-x64-sse2-incremental-source.c 2016-05-21 08:20:41.271989390 +0200
3@@ -79,7 +79,7 @@
4
5 static poly1305_state_internal INLINE
6 *poly1305_aligned_state(poly1305_state *state) {
7- return (poly1305_state_internal *)(((uint64_t)state + 63) & ~63);
8+ return (poly1305_state_internal *)(((uintptr_t)state + 63) & ~63);
9 }
10
11 /* copy 0-63 bytes */
This page took 0.082614 seconds and 4 git commands to generate.