diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/rc4/asm/rc4-md5-x86_64.pl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/libcrypto/rc4/asm/rc4-md5-x86_64.pl b/src/lib/libcrypto/rc4/asm/rc4-md5-x86_64.pl index 6d058bd9d4..3190e6a8e7 100644 --- a/src/lib/libcrypto/rc4/asm/rc4-md5-x86_64.pl +++ b/src/lib/libcrypto/rc4/asm/rc4-md5-x86_64.pl | |||
@@ -491,19 +491,6 @@ RC4_set_key: | |||
491 | mov %eax,-4($dat) | 491 | mov %eax,-4($dat) |
492 | ret | 492 | ret |
493 | .size RC4_set_key,.-RC4_set_key | 493 | .size RC4_set_key,.-RC4_set_key |
494 | |||
495 | .globl RC4_options | ||
496 | .type RC4_options,\@abi-omnipotent | ||
497 | .align 16 | ||
498 | RC4_options: | ||
499 | endbr64 | ||
500 | lea .Lopts(%rip),%rax | ||
501 | ret | ||
502 | .align 64 | ||
503 | .Lopts: | ||
504 | .asciz "rc4(64x,int)" | ||
505 | .align 64 | ||
506 | .size RC4_options,.-RC4_options | ||
507 | ___ | 494 | ___ |
508 | } | 495 | } |
509 | 496 | ||