summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-08-14 19:19:11 +0200
committerAndy Polyakov <appro@openssl.org>2016-08-29 23:12:32 +0200
commitd8f432aa972973d20ecd3a8b47ac05a22d722d8d (patch)
treec98fd96d9a4acc13b6fe2f2cff9c46d1ab3d2574 /Configurations
parentb17ff188b17499e83ca3b9df0be47a2f513ac3c5 (diff)
Add ecp_nistz256-ppc64 module.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/00-base-templates.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 566b89b835..1c63a50136 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -275,7 +275,7 @@
inherit_from => [ "parisc11_asm" ],
perlasm_scheme => "64",
},
- ppc64_asm => {
+ ppc32_asm => {
template => 1,
cpuid_asm_src => "ppccpuid.s ppccap.c",
bn_asm_src => "bn-ppc.s ppc-mont.s ppc64-mont.s",
@@ -285,8 +285,10 @@
chacha_asm_src => "chacha-ppc.s",
poly1305_asm_src=> "poly1305-ppc.s poly1305-ppcfp.s",
},
- ppc32_asm => {
- inherit_from => [ "ppc64_asm" ],
- template => 1
+ ppc64_asm => {
+ inherit_from => [ "ppc32_asm" ],
+ template => 1,
+ ec_asm_src => "ecp_nistz256.c ecp_nistz256-ppc64.s",
+
},
);