| Index: openssl.gyp
|
| diff --git a/openssl.gyp b/openssl.gyp
|
| index 1b5430d7635a3ac077eaa254545c808d817ef066..f4de10eb0288ec3f1c971eea0b9dbb12a15e3b49 100644
|
| --- a/openssl.gyp
|
| +++ b/openssl.gyp
|
| @@ -65,19 +65,6 @@
|
| ['target_arch == "x64"', {
|
| 'sources': [ '<@(openssl_x86_64_sources)' ],
|
| 'sources!': [ '<@(openssl_x86_64_source_excludes)' ],
|
| - 'conditions': [
|
| - ['OS != "android"', {
|
| - # Because rc4-x86_64.S has a problem,
|
| - # We use the C rc4 source instead of the ASM source.
|
| - # This hurts performance, but it's not a problem
|
| - # because no production code uses openssl on x86-64.
|
| - 'sources/': [
|
| - ['exclude', 'openssl/crypto/rc4/asm/rc4-x86_64\\.S' ],
|
| - ['include', 'openssl/crypto/rc4/rc4_enc\\.c' ],
|
| - ['include', 'openssl/crypto/rc4/rc4_skey\\.c' ],
|
| - ],
|
| - }]
|
| - ],
|
| 'defines': [ '<@(openssl_x86_64_defines)' ],
|
| 'defines!': [ 'OPENSSL_NO_ASM' ],
|
| 'variables': {
|
|
|