]> git.pld-linux.org Git - packages/nss.git/blob - x32.patch
f6f49e1b80960b9bd2c7ed8a49cec25fa6db1d4b
[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  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.057758 seconds and 2 git commands to generate.