diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/asm/rc4-x86_64.pl')
-rwxr-xr-x | src/lib/libcrypto/rc4/asm/rc4-x86_64.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl b/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl index 2bed1e279f..197749dda7 100755 --- a/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl +++ b/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl | |||
@@ -428,10 +428,10 @@ $idx="%r8"; | |||
428 | $ido="%r9"; | 428 | $ido="%r9"; |
429 | 429 | ||
430 | $code.=<<___; | 430 | $code.=<<___; |
431 | .globl private_RC4_set_key | 431 | .globl RC4_set_key |
432 | .type private_RC4_set_key,\@function,3 | 432 | .type RC4_set_key,\@function,3 |
433 | .align 16 | 433 | .align 16 |
434 | private_RC4_set_key: | 434 | RC4_set_key: |
435 | lea 8($dat),$dat | 435 | lea 8($dat),$dat |
436 | lea ($inp,$len),$inp | 436 | lea ($inp,$len),$inp |
437 | neg $len | 437 | neg $len |
@@ -498,7 +498,7 @@ private_RC4_set_key: | |||
498 | mov %eax,-8($dat) | 498 | mov %eax,-8($dat) |
499 | mov %eax,-4($dat) | 499 | mov %eax,-4($dat) |
500 | ret | 500 | ret |
501 | .size private_RC4_set_key,.-private_RC4_set_key | 501 | .size RC4_set_key,.-RC4_set_key |
502 | 502 | ||
503 | .globl RC4_options | 503 | .globl RC4_options |
504 | .type RC4_options,\@abi-omnipotent | 504 | .type RC4_options,\@abi-omnipotent |