Changeset 97372 in vbox for trunk/src/libs/openssl-3.0.7/crypto/chacha
- Timestamp:
- Nov 2, 2022 7:40:16 AM (2 years ago)
- Location:
- trunk/src/libs/openssl-3.0.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.7
- Property svn:mergeinfo
-
old new 15 15 /vendor/openssl/3.0.2:150728-150729 16 16 /vendor/openssl/3.0.3:151497-151729 17 /vendor/openssl/current:147554-151496 17 /vendor/openssl/3.0.7:154371 18 /vendor/openssl/current:147554-154370
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.7/crypto/chacha/build.info
r95219 r97372 3 3 $CHACHAASM=chacha_enc.c 4 4 IF[{- !$disabled{asm} -}] 5 $CHACHAASM_x86=chacha-x86. s5 $CHACHAASM_x86=chacha-x86.S 6 6 $CHACHAASM_x86_64=chacha-x86_64.s 7 7 … … 27 27 SOURCE[../../libcrypto]=$CHACHAASM 28 28 29 GENERATE[chacha-x86. s]=asm/chacha-x86.pl29 GENERATE[chacha-x86.S]=asm/chacha-x86.pl 30 30 GENERATE[chacha-x86_64.s]=asm/chacha-x86_64.pl 31 31 GENERATE[chacha-ppc.s]=asm/chacha-ppc.pl … … 37 37 GENERATE[chacha-c64xplus.S]=asm/chacha-c64xplus.pl 38 38 GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl 39 GENERATE[chacha-ia64.s]=asm/chacha-ia64.pl 39 GENERATE[chacha-ia64.S]=asm/chacha-ia64.pl 40 GENERATE[chacha-ia64.s]=chacha-ia64.S
Note:
See TracChangeset
for help on using the changeset viewer.