summaryrefslogtreecommitdiffstats
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-25 21:51:22 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-25 21:51:22 +0100
commitf0bd4686758ea13ae5f05b8c43a0903344f89148 (patch)
tree8d3e086ca63bbcbe9335c904da45d6a36a2fc16d /Configurations/00-base-templates.conf
parent9ab6fc5936be62f6fee1c433938eae4c89aa23da (diff)
Small cleanups in Configure
- Small rearrangement of the TABLE and HASH printouts, and adding printout of the "build_scheme" item - Renamed "engines_obj" to "padlock_obj" - Moved the runs of dofile down... it didn't quite make sense to have that in the middle of a printout Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index c5ff592e33..2ff2c2a3e9 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -15,7 +15,7 @@
wp_obj => "wp_block.o",
cmll_obj => "camellia.o cmll_misc.o cmll_cbc.o",
modes_obj => "",
- engines_obj => "",
+ padlock_obj => "",
chacha_obj => "chacha_enc.o",
poly1305_obj => "",
@@ -43,7 +43,7 @@
wp_obj => "wp_block.o wp-mmx.o",
cmll_obj => "cmll-x86.o",
modes_obj => "ghash-x86.o",
- engines_obj => "e_padlock-x86.o"
+ padlock_obj => "e_padlock-x86.o"
},
x86_elf_asm => {
template => 1,
@@ -62,7 +62,7 @@
wp_obj => "wp-x86_64.o",
cmll_obj => "cmll-x86_64.o cmll_misc.o",
modes_obj => "ghash-x86_64.o aesni-gcm-x86_64.o",
- engines_obj => "e_padlock-x86_64.o"
+ padlock_obj => "e_padlock-x86_64.o"
},
ia64_asm => {
template => 1,