From 5d8b70a45d90d91eedc0c687c6a07ceff4ebd210 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 4 May 2016 15:34:02 +0200 Subject: [PATCH] Configurations: engage MIPS64 Poly1305 module. Reviewed-by: Richard Levitte --- Configurations/00-base-templates.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.34.1