Move md5_asm_src file information to build.info files
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9166)
This commit is contained in:
parent
053d0b2226
commit
792ea008af
4 changed files with 17 additions and 12 deletions
|
@ -1415,9 +1415,6 @@ unless ($disabled{asm}) {
|
|||
if ($target{rc4_asm_src} ne $table{DEFAULTS}->{rc4_asm_src}) {
|
||||
push @{$config{lib_defines}}, "RC4_ASM";
|
||||
}
|
||||
if ($target{md5_asm_src}) {
|
||||
push @{$config{lib_defines}}, "MD5_ASM";
|
||||
}
|
||||
$target{cast_asm_src}=$table{DEFAULTS}->{cast_asm_src} unless $disabled{pic}; # CAST assembler is not PIC
|
||||
if ($target{rmd160_asm_src}) {
|
||||
push @{$config{lib_defines}}, "RMD160_ASM";
|
||||
|
@ -3366,7 +3363,6 @@ sub print_table_entry
|
|||
"loutflag",
|
||||
"ex_libs",
|
||||
"bn_ops",
|
||||
"md5_asm_src",
|
||||
"cast_asm_src",
|
||||
"sha1_asm_src",
|
||||
"rc4_asm_src",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue