summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/Configure b/Configure
index 3a8ba0cd6b..c88cd45899 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,7 +3341,6 @@ sub print_table_entry
"loutflag",
"ex_libs",
"bn_ops",
- "modes_asm_src",
"padlock_asm_src",
"chacha_asm_src",
"poly1035_asm_src",