aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/90-team.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/90-team.conf
parent9ab6fc5936be62f6fee1c433938eae4c89aa23da (diff)
downloadopenssl-f0bd4686758ea13ae5f05b8c43a0903344f89148.tar.gz
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/90-team.conf')
-rw-r--r--Configurations/90-team.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf
index 76dd1b7329..bf27587da0 100644
--- a/Configurations/90-team.conf
+++ b/Configurations/90-team.conf
@@ -82,7 +82,7 @@
rc5_obj => "rc5-586.o",
wp_obj => "wp_block.o wp-mmx.o",
modes_obj => "ghash-x86.o",
- engines_obj => "e_padlock-x86.o",
+ padlock_obj => "e_padlock-x86.o",
perlasm_scheme => "elf",
dso_scheme => "dlfcn",
shared_target => "linux-shared",