CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/30 23:08:23
Modified files:
lib/libcrypto/bn: bn_div.c
Log message:
Simplify bn_div_3_words().
Make use of bn_umul_hilo() and remove the tangle of preprocessor directives
that implement different code paths depending on what defines exist.
ok tb@
