CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2026/05/07 09:38:03

Modified files:
        lib/libcrypto  : crypto_assembly.h 
        lib/libcrypto/sha: sha1_aarch64_ce.S sha1_amd64_generic.S 
                           sha1_amd64_shani.S sha256_aarch64_ce.S 
                           sha256_amd64_generic.S sha256_amd64_shani.S 
                           sha512_aarch64_ce.S sha512_amd64_generic.S 

Log message:
Use a define based instruction separator in SHA assembly.

Unfortunately, not all assemblers use the same instruction separator.
In particular, LLVM on macOS uses %% as an instruction separator, while
most other assemblers use a semi-colon.

ok kenjiro@ tb@

Reply via email to