Loading util/mk1mf.pl +2 −1 Original line number Diff line number Diff line Loading @@ -877,7 +877,8 @@ sub fix_asm $lib_obj{CRYPTO} .= fix_asm($mf_md5_asm, 'crypto/md5'); $lib_obj{CRYPTO} .= fix_asm($mf_bn_asm, 'crypto/bn'); $lib_obj{CRYPTO} .= fix_asm($mf_cpuid_asm, 'crypto'); # cpuid is included by the crypto dir #$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 Loading
util/mk1mf.pl +2 −1 Original line number Diff line number Diff line Loading @@ -877,7 +877,8 @@ sub fix_asm $lib_obj{CRYPTO} .= fix_asm($mf_md5_asm, 'crypto/md5'); $lib_obj{CRYPTO} .= fix_asm($mf_bn_asm, 'crypto/bn'); $lib_obj{CRYPTO} .= fix_asm($mf_cpuid_asm, 'crypto'); # cpuid is included by the crypto dir #$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