X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;ds=sidebyside;f=Configure;h=7f37d15c199958ba1d22ed49dd433000a6c3185e;hb=bcb7afe18a46462bb4fdb12c0ff2b4435b08cf78;hp=256b060749c91f6348abaa1803ab758c7be42f0e;hpb=681c7e905dcc16ed8a0253580a303df4b60c3440;p=openssl.git diff --git a/Configure b/Configure index 256b060749..7f37d15c19 100755 --- a/Configure +++ b/Configure @@ -1407,9 +1407,6 @@ 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"; } @@ -3344,10 +3341,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",