summaryrefslogtreecommitdiffstats
path: root/crypto/rc4
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-11-12 08:15:52 +0000
committerAndy Polyakov <appro@openssl.org>2008-11-12 08:15:52 +0000
commitaa8f38e49b2430a1939d7e9a8d2ecaa77edbb1a9 (patch)
tree46a196ea0c26f62de5890e05f25888ae3b54dede /crypto/rc4
parent852537726574b0b568a3bd8d12e5c797c5e56c63 (diff)
x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.
Diffstat (limited to 'crypto/rc4')
-rwxr-xr-xcrypto/rc4/asm/rc4-x86_64.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/rc4/asm/rc4-x86_64.pl b/crypto/rc4/asm/rc4-x86_64.pl
index c2af3109a0..959a67a868 100755
--- a/crypto/rc4/asm/rc4-x86_64.pl
+++ b/crypto/rc4/asm/rc4-x86_64.pl
@@ -336,8 +336,7 @@ RC4_set_key:
.type RC4_options,\@function,0
.align 16
RC4_options:
- .picmeup %rax
- lea .Lopts-.(%rax),%rax
+ lea .Lopts(%rip),%rax
mov OPENSSL_ia32cap_P(%rip),%edx
bt \$20,%edx
jnc .Ldone