aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-05-04 15:34:02 +0200
committerAndy Polyakov <appro@openssl.org>2016-05-10 20:28:37 +0200
commit5d8b70a45d90d91eedc0c687c6a07ceff4ebd210 (patch)
treebd3bd655c7df650710ddb5a0b163d4d347bb154e /Configurations/00-base-templates.conf
parentc6b77c16a63839132cbea29a4b6487ac8e0e7224 (diff)
downloadopenssl-5d8b70a45d90d91eedc0c687c6a07ceff4ebd210.tar.gz
Configurations: engage MIPS64 Poly1305 module.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 47b802181f..0f8a2fda85 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -217,7 +217,8 @@
mips64_asm => {
inherit_from => [ "mips32_asm" ],
template => 1,
- sha1_asm_src => add("sha512-mips.S")
+ sha1_asm_src => add("sha512-mips.S"),
+ poly1305_asm_src=> "poly1305-mips.S",
},
s390x_asm => {
template => 1,