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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl b/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl index 677be5fe25..544386bf53 100755 --- a/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl +++ b/src/lib/libcrypto/rc4/asm/rc4-x86_64.pl | |||
@@ -279,7 +279,7 @@ RC4_set_key: | |||
279 | xor %r10,%r10 | 279 | xor %r10,%r10 |
280 | xor %r11,%r11 | 280 | xor %r11,%r11 |
281 | 281 | ||
282 | mov OPENSSL_ia32cap_P(%rip),$idx#d | 282 | mov PIC_GOT(OPENSSL_ia32cap_P),$idx#d |
283 | bt \$20,$idx#d | 283 | bt \$20,$idx#d |
284 | jnc .Lw1stloop | 284 | jnc .Lw1stloop |
285 | bt \$30,$idx#d | 285 | bt \$30,$idx#d |
@@ -346,7 +346,7 @@ RC4_set_key: | |||
346 | .align 16 | 346 | .align 16 |
347 | RC4_options: | 347 | RC4_options: |
348 | lea .Lopts(%rip),%rax | 348 | lea .Lopts(%rip),%rax |
349 | mov OPENSSL_ia32cap_P(%rip),%edx | 349 | mov PIC_GOT(OPENSSL_ia32cap_P),%edx |
350 | bt \$20,%edx | 350 | bt \$20,%edx |
351 | jnc .Ldone | 351 | jnc .Ldone |
352 | add \$12,%rax | 352 | add \$12,%rax |