summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-16 22:34:09 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-17 16:08:53 +0200
commit8c0098a8de9ad858f575a3aab3b94b1ada773b28 (patch)
tree03414173bb837dd10f64ed218335dc9e2047909d /Configurations
parent246b50605ff4c278c91c22b84bb7ed3f4bd677ec (diff)
Move keccak1600_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 'Configurations')
-rw-r--r--Configurations/00-base-templates.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index edc176241e..14b7608ca5 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -15,7 +15,6 @@ my %targets=(
thread_defines => [],
padlock_asm_src => "",
- keccak1600_asm_src => "keccak1600.c",
unistd => "<unistd.h>",
shared_target => "",
@@ -161,7 +160,6 @@ my %targets=(
x86_64_asm => {
template => 1,
padlock_asm_src => "e_padlock-x86_64.s",
- keccak1600_asm_src => "keccak1600-x86_64.s",
},
ia64_asm => {
template => 1,
@@ -184,15 +182,12 @@ my %targets=(
},
s390x_asm => {
template => 1,
- keccak1600_asm_src => "keccak1600-s390x.S",
},
armv4_asm => {
template => 1,
- keccak1600_asm_src => "keccak1600-armv4.S",
},
aarch64_asm => {
template => 1,
- keccak1600_asm_src => "keccak1600-armv8.S",
},
parisc11_asm => {
template => 1,
@@ -207,6 +202,5 @@ my %targets=(
ppc64_asm => {
inherit_from => [ "ppc32_asm" ],
template => 1,
- keccak1600_asm_src => "keccak1600-ppc64.s",
},
);