CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/23 03:31:03
Modified files:
lib/libcrypto/bn: bn_add.c bn_asm.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_add_words() and bn_sub_words from bn_asm.c to bn_add.c.
These are wrapped with #ifndef HAVE_BN_ADD_WORDS/HAVE_BN_SUB_WORDS, which
are defined for architectures that provide their own assembly versions.