diff options
Diffstat (limited to 'src/lib/libcrypto/modes')
| -rw-r--r-- | src/lib/libcrypto/modes/asm/ghash-x86_64.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/modes/asm/ghash-x86_64.pl b/src/lib/libcrypto/modes/asm/ghash-x86_64.pl index 3ae8629cbe..bce62947f9 100644 --- a/src/lib/libcrypto/modes/asm/ghash-x86_64.pl +++ b/src/lib/libcrypto/modes/asm/ghash-x86_64.pl | |||
| @@ -622,7 +622,7 @@ ___ | |||
| 622 | } | 622 | } |
| 623 | 623 | ||
| 624 | $code.=<<___; | 624 | $code.=<<___; |
| 625 | .rodata | 625 | .section .rodata |
| 626 | .align 64 | 626 | .align 64 |
| 627 | .Lbswap_mask: | 627 | .Lbswap_mask: |
| 628 | .byte 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 | 628 | .byte 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 |
