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 3ab21ea..7c1b736 100644 --- a/src/crypto/poly1305-x86_64.S +++ b/src/crypto/poly1305-x86_64.S @@ -7,7 +7,7 @@ #include <linux/linkage.h> -.section .rodata.cst192.Lconst, "aM", @progbits, 32 +.section .rodata.cst192.Lconst, "aM", @progbits, 192 .align 64 .Lconst: .long 0x0ffffff,0,0x0ffffff,0,0x0ffffff,0,0x0ffffff,0 |