X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;h=dd8c595b65ec7b22480ab93b2083abd4bc5eb576;hp=256b060749c91f6348abaa1803ab758c7be42f0e;hb=8c0098a8de9ad858f575a3aab3b94b1ada773b28;hpb=681c7e905dcc16ed8a0253580a303df4b60c3440 diff --git a/Configure b/Configure index 256b060749..dd8c595b65 100755 --- a/Configure +++ b/Configure @@ -1404,18 +1404,9 @@ if ($target{sys_id} ne "") } unless ($disabled{asm}) { - if ($target{keccak1600_asm_src} ne $table{DEFAULTS}->{keccak1600_asm_src}) { - push @{$config{lib_defines}}, "KECCAK1600_ASM"; - } - if ($target{modes_asm_src} =~ /ghash-/) { - push @{$config{lib_defines}}, "GHASH_ASM"; - } if ($target{padlock_asm_src} ne $table{DEFAULTS}->{padlock_asm_src}) { push @{$config{dso_defines}}, "PADLOCK_ASM"; } - if ($target{poly1305_asm_src} ne "") { - push @{$config{lib_defines}}, "POLY1305_ASM"; - } } my %predefined_C = compiler_predefined($config{CROSS_COMPILE}.$config{CC}); @@ -3344,10 +3335,7 @@ sub print_table_entry "loutflag", "ex_libs", "bn_ops", - "cmll_asm_src", - "modes_asm_src", "padlock_asm_src", - "chacha_asm_src", "poly1035_asm_src", "thread_scheme", "perlasm_scheme",