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 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl b/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl index 00c6fa28aa..3a54623495 100755 --- a/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl +++ b/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl | |||
@@ -269,8 +269,7 @@ RC4_set_key: | |||
269 | xor $ido,$ido | 269 | xor $ido,$ido |
270 | xor %r10,%r10 | 270 | xor %r10,%r10 |
271 | xor %r11,%r11 | 271 | xor %r11,%r11 |
272 | 272 | mov PIC_GOT(OPENSSL_ia32cap_P),$idx#d | |
273 | mov OPENSSL_ia32cap_P(%rip),$idx#d | ||
274 | bt \$20,$idx#d | 273 | bt \$20,$idx#d |
275 | jnc .Lw1stloop | 274 | jnc .Lw1stloop |
276 | bt \$30,$idx#d | 275 | bt \$30,$idx#d |
@@ -338,7 +337,7 @@ RC4_set_key: | |||
338 | RC4_options: | 337 | RC4_options: |
339 | .picmeup %rax | 338 | .picmeup %rax |
340 | lea .Lopts-.(%rax),%rax | 339 | lea .Lopts-.(%rax),%rax |
341 | mov OPENSSL_ia32cap_P(%rip),%edx | 340 | mov PIC_GOT(OPENSSL_ia32cap_P),%edx |
342 | bt \$20,%edx | 341 | bt \$20,%edx |
343 | jnc .Ldone | 342 | jnc .Ldone |
344 | add \$12,%rax | 343 | add \$12,%rax |