From 681c7e905dcc16ed8a0253580a303df4b60c3440 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 16 Jun 2019 22:03:00 +0200 Subject: Move wp_asm_src file information to build.info files Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/9166) --- Configure | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Configure') diff --git a/Configure b/Configure index dc93fa0408..256b060749 100755 --- a/Configure +++ b/Configure @@ -1407,13 +1407,6 @@ unless ($disabled{asm}) { if ($target{keccak1600_asm_src} ne $table{DEFAULTS}->{keccak1600_asm_src}) { push @{$config{lib_defines}}, "KECCAK1600_ASM"; } - if ($target{wp_asm_src} =~ /mmx/) { - if ($config{processor} eq "386") { - $target{wp_asm_src}=$table{DEFAULTS}->{wp_asm_src}; - } elsif (!$disabled{"whirlpool"}) { - push @{$config{lib_defines}}, "WHIRLPOOL_ASM"; - } - } if ($target{modes_asm_src} =~ /ghash-/) { push @{$config{lib_defines}}, "GHASH_ASM"; } @@ -3351,7 +3344,6 @@ sub print_table_entry "loutflag", "ex_libs", "bn_ops", - "wp_asm_src", "cmll_asm_src", "modes_asm_src", "padlock_asm_src", -- cgit v1.2.3