chacha/asm/chacha-*.pl: fix typos in tail processing.
[openssl.git] / Configurations / 00-base-templates.conf
index 791634f35281cd2df3df44f0a8319435109ecf8e..7a208676eaabe78c958e4909306b8b35b1bfa81e 100644 (file)
 
     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 => {
     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,