CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2023/01/23 05:09:06

Modified files:
        lib/libcrypto/bn: bn_asm.c bn_sqr.c 
        lib/libcrypto/bn/arch/amd64: bn_arch.h 
        lib/libcrypto/bn/arch/i386: bn_arch.h 
        lib/libcrypto/bn/arch/mips64: bn_arch.h 
        lib/libcrypto/bn/arch/powerpc: bn_arch.h 
        lib/libcrypto/bn/arch/sparc: bn_arch.h 

Log message:
Move bn_sqr_words from bn_asm.c to bn_sqr.c.

This is wrapped with #ifndef HAVE_BN_SQR_WORDS, which is then defined for
architectures that provide their own assembly versions.

Reply via email to