diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/asm')
| -rwxr-xr-x | src/lib/libcrypto/rc4/asm/rc4-x86_64.pl | 3 |
1 files changed, 2 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 18a967e546..36cbf79fbe 100755 --- a/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl +++ b/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl | |||
| @@ -517,13 +517,14 @@ RC4_options: | |||
| 517 | add \$12,%rax | 517 | add \$12,%rax |
| 518 | .Ldone: | 518 | .Ldone: |
| 519 | ret | 519 | ret |
| 520 | .rodata | ||
| 520 | .align 64 | 521 | .align 64 |
| 521 | .Lopts: | 522 | .Lopts: |
| 522 | .asciz "rc4(8x,int)" | 523 | .asciz "rc4(8x,int)" |
| 523 | .asciz "rc4(8x,char)" | 524 | .asciz "rc4(8x,char)" |
| 524 | .asciz "rc4(16x,int)" | 525 | .asciz "rc4(16x,int)" |
| 525 | .asciz "RC4 for x86_64, CRYPTOGAMS by <appro\@openssl.org>" | ||
| 526 | .align 64 | 526 | .align 64 |
| 527 | .previous | ||
| 527 | .size RC4_options,.-RC4_options | 528 | .size RC4_options,.-RC4_options |
| 528 | ___ | 529 | ___ |
| 529 | 530 | ||
