From b0c93ee7477ce17d784bcfc71790c4051ae01778 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 16 Feb 2016 02:48:18 +0100 Subject: 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 --- Configurations/00-base-templates.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configurations/00-base-templates.conf') 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, -- cgit v1.2.3