CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/07 00:28:03
Modified files:
lib/libcrypto/arch/hppa: Makefile.inc
lib/libcrypto/bn: bn.h bn_div.c
Log message:
Remove BN_DIV2W.
The BN_DIV2W define provides a code path for double word division via the C
compiler, which is only enabled on hppa. Simplify the code and mop this up.
ok tb@
