summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@ohtsu.org>2018-03-07 23:52:52 +0900
committerRichard Levitte <levitte@openssl.org>2019-03-01 08:41:26 +0100
commitde4fb434c7f5fe7359dd9f57185bb98845d8e6f1 (patch)
tree361d2c0e38fc991b8642e2c2a775a8fc4c2eb3d0 /crypto/poly1305
parent0342e42d864b7a670b4403389df057c4da6d7975 (diff)
deps: add s390 asm rules for OpenSSL-1.1.1
Generate asm files with Makefile rules. From: - https://github.com/nodejs/node/commit/0d9a86c7cb3566b22becc656691282402f5026c0 Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8351)
Diffstat (limited to 'crypto/poly1305')
-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 631b32b8e0..4e4dcca521 100644
--- a/crypto/poly1305/build.info
+++ b/crypto/poly1305/build.info
@@ -17,6 +17,7 @@ GENERATE[poly1305-armv8.S]=asm/poly1305-armv8.pl $(PERLASM_SCHEME)
INCLUDE[poly1305-armv8.o]=..
GENERATE[poly1305-mips.S]=asm/poly1305-mips.pl $(PERLASM_SCHEME)
INCLUDE[poly1305-mips.o]=..
+GENERATE[poly1305-s390x.S]=asm/poly1305-s390x.pl $(PERLASM_SCHEME)
BEGINRAW[Makefile(unix)]
{- $builddir -}/poly1305-%.S: {- $sourcedir -}/asm/poly1305-%.pl