]> git.pld-linux.org Git - packages/nss.git/blob - x32.patch
up to 3.34.1
[packages/nss.git] / x32.patch
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      poly1305_aligned_state(poly1305_state *state)
6  {
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.035678 seconds and 3 git commands to generate.