summaryrefslogtreecommitdiffstats
path: root/crypto/rc4
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-05-29 13:51:14 +0000
committerAndy Polyakov <appro@openssl.org>2011-05-29 13:51:14 +0000
commitfe9a5107beb60395273265b5770c2f189bf237c1 (patch)
treec00baf13d9367cdf3b1e3fce69036b02dbfe0a5e /crypto/rc4
parentafa4b386718a75f5fbb7f66a09ebba72a7030fe9 (diff)
Various mingw64 fixes.
Diffstat (limited to 'crypto/rc4')
-rwxr-xr-xcrypto/rc4/asm/rc4-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc4/asm/rc4-x86_64.pl b/crypto/rc4/asm/rc4-x86_64.pl
index 02bfac34f2..9c2daf40aa 100755
--- a/crypto/rc4/asm/rc4-x86_64.pl
+++ b/crypto/rc4/asm/rc4-x86_64.pl
@@ -119,6 +119,7 @@ $out="%rcx"; # arg4
{
$code=<<___;
.text
+.extern OPENSSL_ia32cap_P
.globl RC4
.type RC4,\@function,4
@@ -425,7 +426,6 @@ $idx="%r8";
$ido="%r9";
$code.=<<___;
-.extern OPENSSL_ia32cap_P
.globl RC4_set_key
.type RC4_set_key,\@function,3
.align 16