diff options
author | Andy Polyakov <appro@openssl.org> | 2011-05-29 15:51:14 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2011-05-29 15:51:14 +0200 |
commit | fe9a5107beb60395273265b5770c2f189bf237c1 (patch) | |
tree | c00baf13d9367cdf3b1e3fce69036b02dbfe0a5e /crypto/rc4/asm | |
parent | sha1-586|x86_64.pl: minor portability fix. (diff) | |
download | openssl-fe9a5107beb60395273265b5770c2f189bf237c1.tar.xz openssl-fe9a5107beb60395273265b5770c2f189bf237c1.zip |
Various mingw64 fixes.
Diffstat (limited to 'crypto/rc4/asm')
-rwxr-xr-x | crypto/rc4/asm/rc4-x86_64.pl | 2 |
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 |