CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/09/20 12:10:18
Modified files:
lib/libcrypto/aes/asm: aes-ppc.pl aes-x86_64.pl aesni-x86_64.pl
lib/libcrypto/bn/asm: modexp512-x86_64.pl ppc-mont.pl ppc.pl
x86_64-mont.pl x86_64-mont5.pl
lib/libcrypto/modes/asm: ghash-x86_64.pl
lib/libcrypto/rc4/asm: rc4-x86_64.pl
lib/libcrypto/sha/asm: sha1-ppc.pl sha512-ppc.pl
Log message:
libcrypto: pass open args as argv list in perlasm scripts
This prevents arguments to xlate from being split, and improves argument
handling when filepaths contain spaces or other special characters.
Inspired a similar fix in BoringSSL
Reported by Meithal on libressl/portable (thanks!)
ok jsing