diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/asm')
-rwxr-xr-x | src/lib/libcrypto/rc4/asm/rc4-x86_64.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl b/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl index 36cbf79fbe..c51112ce1e 100755 --- a/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl +++ b/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl | |||
@@ -517,7 +517,7 @@ RC4_options: | |||
517 | add \$12,%rax | 517 | add \$12,%rax |
518 | .Ldone: | 518 | .Ldone: |
519 | ret | 519 | ret |
520 | .rodata | 520 | .section .rodata |
521 | .align 64 | 521 | .align 64 |
522 | .Lopts: | 522 | .Lopts: |
523 | .asciz "rc4(8x,int)" | 523 | .asciz "rc4(8x,int)" |