summaryrefslogtreecommitdiffstats
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-16 02:48:18 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-16 02:48:18 +0100
commitb0c93ee7477ce17d784bcfc71790c4051ae01778 (patch)
treed6e91536c8841ad7777812178679edd389cbcc56 /Configurations/00-base-templates.conf
parentc4fb3b3942598fe7a2bed06710ed6e30e4f6f419 (diff)
Fix use of add() and add_before() in Configurations/*.conf
These two functions take a separator to concatenat the strings with as first argument. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 2d7839b210..cf5371b9ff 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -132,7 +132,7 @@
mips64_asm => {
inherit_from => [ "mips32_asm" ],
template => 1,
- sha1_asm_src => add("sha512-mips.S")
+ sha1_asm_src => add(" ", "sha512-mips.S")
},
s390x_asm => {
template => 1,