diff options
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/poly1305-x86_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/poly1305-x86_64.S b/src/crypto/poly1305-x86_64.S index 3450ed7..347afd8 100644 --- a/src/crypto/poly1305-x86_64.S +++ b/src/crypto/poly1305-x86_64.S @@ -8,7 +8,7 @@ #include <linux/linkage.h> .section .rodata.cst32.Lmask24, "aM", @progbits, 32 -.align 32 +.align 64 .Lconst: .Lmask24: .long 0x0ffffff,0,0x0ffffff,0,0x0ffffff,0,0x0ffffff,0 |