summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-16 19:57:52 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-17 16:08:52 +0200
commitaa76ff26ce1d1f5404794c7529b419f3de8e06ae (patch)
tree396e13ab3d80449266f84cfce96e6821829a3cd2 /Configure
parent6e1ba4721906c0a8486ca5acfb75353fec6c582b (diff)
Move ec_asm_src file information to build.info files
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9166)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/Configure b/Configure
index e3132d40d9..64bb655f52 100755
--- a/Configure
+++ b/Configure
@@ -1458,12 +1458,6 @@ unless ($disabled{asm}) {
if ($target{modes_asm_src} =~ /ghash-/) {
push @{$config{lib_defines}}, "GHASH_ASM";
}
- if ($target{ec_asm_src} =~ /ecp_nistz256/) {
- push @{$config{lib_defines}}, "ECP_NISTZ256_ASM";
- }
- if ($target{ec_asm_src} =~ /x25519/) {
- push @{$config{lib_defines}}, "X25519_ASM";
- }
if ($target{padlock_asm_src} ne $table{DEFAULTS}->{padlock_asm_src}) {
push @{$config{dso_defines}}, "PADLOCK_ASM";
}
@@ -3398,7 +3392,6 @@ sub print_table_entry
"loutflag",
"ex_libs",
"bn_ops",
- "ec_asm_src",
"des_asm_src",
"aes_asm_src",
"bf_asm_src",