CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/17 22:27:30
Modified files:
lib/libcrypto/bn: bn_div.c
Log message:
Start cleaning up BN_div_internal().
Always provide a bn_div_3_words() function, rather than having deeply
nested compiler conditionals. Use readable variable names, clean up
formatting and use a single exit path.
Tested on various platforms by miod@
ok tb@
