summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305/build.info
diff options
context:
space:
mode:
authorPatrick Steuer <patrick.steuer@de.ibm.com>2019-03-23 00:03:24 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-29 17:05:39 +0100
commit2e6b615f795e8ca8ae830a00079c4ea064eaae42 (patch)
tree5e0005d51d1937055cd8da78ac69c1646e8cd09d /crypto/poly1305/build.info
parent558ea84743918f7a93bfbfc259f86ad1fa4c8de9 (diff)
s390x assembly pack: import poly from cryptogams repo
>=20% faster than present code. Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8560)
Diffstat (limited to 'crypto/poly1305/build.info')
-rw-r--r--crypto/poly1305/build.info1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/poly1305/build.info b/crypto/poly1305/build.info
index de44bb8803..60eeeeec9d 100644
--- a/crypto/poly1305/build.info
+++ b/crypto/poly1305/build.info
@@ -18,4 +18,5 @@ INCLUDE[poly1305-armv8.o]=..
GENERATE[poly1305-mips.S]=asm/poly1305-mips.pl $(PERLASM_SCHEME)
INCLUDE[poly1305-mips.o]=..
GENERATE[poly1305-c64xplus.S]=asm/poly1305-c64xplus.pl $(PERLASM_SCHEME)
+INCLUDE[poly1305-s390x.o]=..
GENERATE[poly1305-s390x.S]=asm/poly1305-s390x.pl $(PERLASM_SCHEME)