X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F00-base-templates.conf;h=3cc078f8e6695d656f8ddd3f856392bfb889db88;hp=ea4d37e3557b4e69c35df26b8ecb380ba1f67770;hb=5d1f03f29e2794f6d1642dfedf10fc3e334937d0;hpb=c7c3c8b9170c7b8bbfb38087960f5627a7c4fe39 diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index ea4d37e355..3cc078f8e6 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -46,6 +46,8 @@ cmll_asm_src => "cmll-x86.s", modes_asm_src => "ghash-x86.s", padlock_asm_src => "e_padlock-x86.s", + chacha_asm_src => "chacha-x86.s", + poly1305_asm_src=> "poly1305-x86.s", }, x86_elf_asm => { template => 1, @@ -65,6 +67,8 @@ cmll_asm_src => "cmll-x86_64.s cmll_misc.c", modes_asm_src => "ghash-x86_64.s aesni-gcm-x86_64.s", padlock_asm_src => "e_padlock-x86_64.s", + chacha_asm_src => "chacha-x86_64.s", + poly1305_asm_src=> "poly1305-x86_64.s", }, ia64_asm => { template => 1, @@ -125,6 +129,8 @@ 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", }, armv4_asm => { template => 1,