Move keccak1600_asm_src file information to build.info files
[openssl.git] / Configure
index 256b060749c91f6348abaa1803ab758c7be42f0e..dd8c595b65ec7b22480ab93b2083abd4bc5eb576 100755 (executable)
--- 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",