mirror of
https://github.com/openssl/openssl.git
synced 2024-12-14 04:24:23 +08:00
Actually comment out the cpuid asm!
This commit is contained in:
parent
35ced1f705
commit
63d86d067a
@ -879,7 +879,7 @@ if ($orig_platform eq 'copy') {
|
||||
$lib_obj{CRYPTO} .= fix_asm($mf_md5_asm, 'crypto/md5');
|
||||
$lib_obj{CRYPTO} .= fix_asm($mf_bn_asm, 'crypto/bn');
|
||||
# cpuid is included by the crypto dir
|
||||
$lib_obj{CRYPTO} .= fix_asm($mf_cpuid_asm, 'crypto');
|
||||
#$lib_obj{CRYPTO} .= fix_asm($mf_cpuid_asm, 'crypto');
|
||||
# AES asm files end up included by the aes dir itself
|
||||
#$lib_obj{CRYPTO} .= fix_asm($mf_aes_asm, 'crypto/aes');
|
||||
$lib_obj{CRYPTO} .= fix_asm($mf_sha_asm, 'crypto/sha');
|
||||
|
Loading…
Reference in New Issue
Block a user