From fe46035dbe173a42cbdfc7d31d17976300b22ccc Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 22 Apr 2018 13:09:49 +0200 Subject: [PATCH] 00-base-templates.conf: wire keccak1600-s390x module. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6042) --- Configurations/00-base-templates.conf | 1 + crypto/sha/build.info | 1 + 2 files changed, 2 insertions(+) diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 131c154160..bae6a2dd91 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -289,6 +289,7 @@ my %targets=( modes_asm_src => "ghash-s390x.S", chacha_asm_src => "chacha-s390x.S", poly1305_asm_src=> "poly1305-s390x.S", + keccak1600_asm_src => "keccak1600-s390x.S", }, armv4_asm => { template => 1, diff --git a/crypto/sha/build.info b/crypto/sha/build.info index c036f62aa6..84705fcc2b 100644 --- a/crypto/sha/build.info +++ b/crypto/sha/build.info @@ -71,6 +71,7 @@ GENERATE[sha256-s390x.S]=asm/sha512-s390x.pl $(PERLASM_SCHEME) INCLUDE[sha256-s390x.o]=.. GENERATE[sha512-s390x.S]=asm/sha512-s390x.pl $(PERLASM_SCHEME) INCLUDE[sha512-s390x.o]=.. +GENERATE[keccak1600-s390x.S]=asm/keccak1600-s390x.pl $(PERLASM_SCHEME) BEGINRAW[Makefile(unix)] ##### SHA assembler implementations -- 2.34.1