summaryrefslogtreecommitdiffstats
path: root/crypto/chacha
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/chacha
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/chacha')
-rw-r--r--crypto/chacha/build.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/chacha/build.info b/crypto/chacha/build.info
index 02f8e518ae..e75ca72b67 100644
--- a/crypto/chacha/build.info
+++ b/crypto/chacha/build.info
@@ -9,6 +9,8 @@ GENERATE[chacha-armv4.S]=asm/chacha-armv4.pl $(PERLASM_SCHEME)
INCLUDE[chacha-armv4.o]=..
GENERATE[chacha-armv8.S]=asm/chacha-armv8.pl $(PERLASM_SCHEME)
INCLUDE[chacha-armv8.o]=..
+GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl $(PERLASM_SCHEME)
+INCLUDE[chacha-s390x.o]=..
BEGINRAW[Makefile(unix)]
##### CHACHA assembler implementations