Skip to content

Commit 6df7bd6

Browse files
shigekisam-github
authored andcommitted
deps: add s390 asm rules for OpenSSL-1.1.1
This is a floating patch against OpenSSL-1.1.1 to generate asm files with Makefile rules. PR-URL: #26327 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Original: Fixes: #4270 PR-URL: #19794 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 86c87e6 commit 6df7bd6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

deps/openssl/openssl/crypto/chacha/build.info

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ GENERATE[chacha-armv4.S]=asm/chacha-armv4.pl $(PERLASM_SCHEME)
99
INCLUDE[chacha-armv4.o]=..
1010
GENERATE[chacha-armv8.S]=asm/chacha-armv8.pl $(PERLASM_SCHEME)
1111
INCLUDE[chacha-armv8.o]=..
12+
GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl $(PERLASM_SCHEME)
13+
INCLUDE[chacha-s390x.o]=..
1214

1315
BEGINRAW[Makefile(unix)]
1416
##### CHACHA assembler implementations

deps/openssl/openssl/crypto/poly1305/build.info

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ GENERATE[poly1305-armv8.S]=asm/poly1305-armv8.pl $(PERLASM_SCHEME)
1717
INCLUDE[poly1305-armv8.o]=..
1818
GENERATE[poly1305-mips.S]=asm/poly1305-mips.pl $(PERLASM_SCHEME)
1919
INCLUDE[poly1305-mips.o]=..
20+
GENERATE[poly1305-s390x.S]=asm/poly1305-s390x.pl $(PERLASM_SCHEME)
21+
INCLUDE[poly1305-s390x.o]=..
2022

2123
BEGINRAW[Makefile(unix)]
2224
{- $builddir -}/poly1305-%.S: {- $sourcedir -}/asm/poly1305-%.pl

deps/openssl/openssl/crypto/rc4/build.info

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ GENERATE[rc4-md5-x86_64.s]=asm/rc4-md5-x86_64.pl $(PERLASM_SCHEME)
1111

1212
GENERATE[rc4-parisc.s]=asm/rc4-parisc.pl $(PERLASM_SCHEME)
1313

14+
GENERATE[rc4-s390x.s]=asm/rc4-s390x.pl $(PERLASM_SCHEME)
15+
1416
BEGINRAW[Makefile]
1517
# GNU make "catch all"
1618
{- $builddir -}/rc4-%.s: {- $sourcedir -}/asm/rc4-%.pl

0 commit comments

Comments
 (0)