Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 670f100

Browse filesBrowse files
shigekitargos
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: #25381 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org> Backport-PR-URL: #25688
1 parent 0a0f15f commit 670f100
Copy full SHA for 670f100

File tree

Expand file treeCollapse file tree

3 files changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-0
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/openssl/crypto/chacha/build.info
+2Lines changed: 2 additions & 0 deletions
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
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/openssl/crypto/poly1305/build.info
+2Lines changed: 2 additions & 0 deletions
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
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/openssl/crypto/rc4/build.info
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.