CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2026/01/17 09:18:32

Modified files:
        lib/libcrypto/arch/aarch64: Makefile.inc crypto_arch.h 
        lib/libcrypto/arch/alpha: Makefile.inc crypto_arch.h 
        lib/libcrypto/arch/amd64: Makefile.inc crypto_arch.h 
        lib/libcrypto/arch/hppa: Makefile.inc crypto_arch.h 
        lib/libcrypto/arch/i386: Makefile.inc crypto_arch.h 
        lib/libcrypto/arch/mips64: Makefile.inc crypto_arch.h 
        lib/libcrypto/arch/powerpc: Makefile.inc crypto_arch.h 
        lib/libcrypto/arch/powerpc64: Makefile.inc 
        lib/libcrypto/arch/sparc64: Makefile.inc crypto_arch.h 

Log message:
Provide LIBRESSL_USE_.*_ASSEMBLY defines.

Make life easier for portable by providing LIBRESSL_USE_.*_ASSEMBLY
defines, which enable/disable assembly for a specific algorithm. This
means that selected platforms can include the assembly files and specify
a define, rather than having to try to patch the crypto_arch.h headers.

Discussed with tb@

Reply via email to