File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
deps/openssl/openssl/crypto Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ GENERATE[chacha-armv4.S]=asm/chacha-armv4.pl $(PERLASM_SCHEME)
99INCLUDE[chacha-armv4.o]=..
1010GENERATE[chacha-armv8.S]=asm/chacha-armv8.pl $(PERLASM_SCHEME)
1111INCLUDE[chacha-armv8.o]=..
12+ GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl $(PERLASM_SCHEME)
13+ INCLUDE[chacha-s390x.o]=..
1214
1315BEGINRAW[Makefile(unix)]
1416##### CHACHA assembler implementations
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ GENERATE[poly1305-armv8.S]=asm/poly1305-armv8.pl $(PERLASM_SCHEME)
1717INCLUDE[poly1305-armv8.o]=..
1818GENERATE[poly1305-mips.S]=asm/poly1305-mips.pl $(PERLASM_SCHEME)
1919INCLUDE[poly1305-mips.o]=..
20+ GENERATE[poly1305-s390x.S]=asm/poly1305-s390x.pl $(PERLASM_SCHEME)
21+ INCLUDE[poly1305-s390x.o]=..
2022
2123BEGINRAW[Makefile(unix)]
2224{- $builddir -}/poly1305-%.S: {- $sourcedir -}/asm/poly1305-%.pl
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ GENERATE[rc4-md5-x86_64.s]=asm/rc4-md5-x86_64.pl $(PERLASM_SCHEME)
1111
1212GENERATE[rc4-parisc.s]=asm/rc4-parisc.pl $(PERLASM_SCHEME)
1313
14+ GENERATE[rc4-s390x.s]=asm/rc4-s390x.pl $(PERLASM_SCHEME)
15+
1416BEGINRAW[Makefile]
1517# GNU make "catch all"
1618{- $builddir -}/rc4-%.s: {- $sourcedir -}/asm/rc4-%.pl
You can’t perform that action at this time.
0 commit comments