diff options
author | Pauli <paul.dale@oracle.com> | 2020-04-02 06:37:26 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-04-17 11:51:37 +0200 |
commit | c1e48c5171affd99111fd08e7a0a7e1a76121138 (patch) | |
tree | 0d4950fd0e0bd1ca1979e6f731a7efd65f6b9feb /crypto/ec/build.info | |
parent | ecx: add key generation support. (diff) | |
download | openssl-c1e48c5171affd99111fd08e7a0a7e1a76121138.tar.xz openssl-c1e48c5171affd99111fd08e7a0a7e1a76121138.zip |
s390: ECX key generation fixes.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11371)
Diffstat (limited to 'crypto/ec/build.info')
-rw-r--r-- | crypto/ec/build.info | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/ec/build.info b/crypto/ec/build.info index ee42d8d89a..8e4a6a9f4b 100644 --- a/crypto/ec/build.info +++ b/crypto/ec/build.info @@ -18,7 +18,7 @@ IF[{- !$disabled{asm} -}] $ECASM_mips32= $ECASM_mips64= - $ECASM_s390x=ecp_s390x_nistp.c + $ECASM_s390x=ecp_s390x_nistp.c ecx_s390x.c $ECDEF_s390x=S390X_EC_ASM $ECASM_armv4=ecp_nistz256.c ecp_nistz256-armv4.S @@ -76,6 +76,7 @@ GENERATE[ecp_nistz256-sparcv9.S]=asm/ecp_nistz256-sparcv9.pl INCLUDE[ecp_nistz256-sparcv9.o]=.. INCLUDE[ecp_s390x_nistp.o]=.. +INCLUDE[ecx_s390x.o]=.. INCLUDE[ecx_meth.o]=.. GENERATE[ecp_nistz256-armv4.S]=asm/ecp_nistz256-armv4.pl |