CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/02/21 22:57:19
Modified files:
lib/libcrypto/arch/i386: Makefile.inc
lib/libcrypto/bn: bn_local.h bn_mul.c
lib/libcrypto/bn/asm: bn-586.pl
Log message:
Replace bn_sub_part_words() with bn_sub().
Now that bn_sub() handles word arrays with potentially different lengths,
we no longer need bn_sub_part_words() - call bn_sub() instead. This allows
us to entirely remove the unnecessarily complex bn_sub_part_words() code.
ok tb@
