diff options
author | Andy Polyakov <appro@openssl.org> | 2018-04-22 13:09:49 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2018-04-23 17:27:45 +0200 |
commit | fe46035dbe173a42cbdfc7d31d17976300b22ccc (patch) | |
tree | 5114141233f18c0d11113698ee9e910e8b5df837 /Configurations | |
parent | 00-base-templates.conf: wire keccak1600-armv8 module. (diff) | |
download | openssl-fe46035dbe173a42cbdfc7d31d17976300b22ccc.tar.xz openssl-fe46035dbe173a42cbdfc7d31d17976300b22ccc.zip |
00-base-templates.conf: wire keccak1600-s390x module.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6042)
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/00-base-templates.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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, |