diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-09-19 09:43:41 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-09-19 09:43:41 +0200 |
commit | 535b2ec3a4b34bbe3b5560baf6019a3e34d9c982 (patch) | |
tree | 5a71ac766787e3fefc0ec04adad3a040e3c22452 /main/openssl/crypto/x86cpuid.pl | |
parent | 74304c02f4e6a89a896e0bc4832d9ebb6f2413d6 (diff) |
Sync OpenSSL with AOSP
Diffstat (limited to 'main/openssl/crypto/x86cpuid.pl')
-rw-r--r-- | main/openssl/crypto/x86cpuid.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/openssl/crypto/x86cpuid.pl b/main/openssl/crypto/x86cpuid.pl index b270b443..0212a5b6 100644 --- a/main/openssl/crypto/x86cpuid.pl +++ b/main/openssl/crypto/x86cpuid.pl @@ -355,4 +355,7 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } &initseg("OPENSSL_cpuid_setup"); +&hidden("OPENSSL_cpuid_setup"); +&hidden("OPENSSL_ia32cap_P"); + &asm_finish(); |