CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/06 05:35:27
Modified files:
lib/libcrypto/bn: bn_local.h bn_recp.c
Log message:
Shuffle functions into a more sensible order
BN_reciprocal() is only called by BN_div_recp() which in turn is only
called by BN_mod_mul_reciprocal(). So use this order and make the first
two static.
