summaryrefslogtreecommitdiffstats
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-02-13 17:44:45 +0100
committerAndy Polyakov <appro@openssl.org>2016-02-14 21:24:25 +0100
commit6762a14779e262d181fd9e076919253201eec09e (patch)
treee7fc1b6ed5b81b9507f93ddab981f8c76053ca25 /Configurations/00-base-templates.conf
parent622a531c18187e3c59a7ab2d32ab990b397aafc2 (diff)
Configurations/00-base-templates.conf: typos in [chacha|poly1305]_asm_src.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 468fa64127..2d7839b210 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -105,7 +105,7 @@
sha1_asm_src => "sha1-sparcv9.S sha256-sparcv9.S sha512-sparcv9.S",
cmll_asm_src => "camellia.c cmll_misc.c cmll_cbc.c cmllt4-sparcv9.s",
modes_asm_src => "ghash-sparcv9.s",
- poly1305_obj => "poly1305-sparcv9.S",
+ poly1305_asm_src=> "poly1305-sparcv9.S",
perlasm_scheme => "void"
},
sparcv8_asm => {
@@ -139,11 +139,11 @@
cpuid_asm_src => "s390xcap.c s390xcpuid.s",
bn_asm_src => "asm/s390x.S s390x-mont.S s390x-gf2m.s",
aes_asm_src => "aes-s390x.S aes-ctr.fake aes-xts.fake",
- sha1_asm_src => "sha1-s390x.s sha256-s390x.s sha512-s390x.s",
+ sha1_asm_src => "sha1-s390x.S sha256-s390x.S sha512-s390x.S",
rc4_asm_src => "rc4-s390x.s",
- modes_asm_src => "ghash-s390x.s",
- chacha_asm_src => "chacha-s390x.o",
- poly1305_asm_src=> "poly1305-s390x.o",
+ modes_asm_src => "ghash-s390x.S",
+ chacha_asm_src => "chacha-s390x.S",
+ poly1305_asm_src=> "poly1305-s390x.S",
},
armv4_asm => {
template => 1,