X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=Configurations%2F00-base-templates.conf;h=7a208676eaabe78c958e4909306b8b35b1bfa81e;hb=f218822871957a841acf63a3e39a7e8eecdd05b4;hp=791634f35281cd2df3df44f0a8319435109ecf8e;hpb=3a55c92bbad0b720c9a3d7a56fa3c351b65a89ee;p=openssl.git diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 791634f352..7a208676ea 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -44,24 +44,24 @@ uplink_common => { template => 1, - apps_aux_src => add(" ","../ms/applink.c"), - cpuid_asm_src => add(" ","../ms/uplink.c"), - shared_defines => add(undef, "OPENSSL_USE_APPLINK"), + apps_aux_src => add("../ms/applink.c"), + cpuid_asm_src => add("../ms/uplink.c"), + shared_defines => add("OPENSSL_USE_APPLINK", { separator => undef }), }, x86_uplink => { inherit_from => [ "uplink_common" ], template => 1, - cpuid_asm_src => add(" ","uplink-x86.s"), + cpuid_asm_src => add("uplink-x86.s"), }, x86_64_uplink => { inherit_from => [ "uplink_common" ], template => 1, - cpuid_asm_src => add(" ","uplink-x86_64.s"), + cpuid_asm_src => add("uplink-x86_64.s"), }, ia64_uplink => { inherit_from => [ "uplink_common" ], template => 1, - cpuid_asm_src => add(" ","uplink-ia64.s"), + cpuid_asm_src => add("uplink-ia64.s"), }, x86_asm => { @@ -155,7 +155,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,