CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/14 08:12:27
Modified files:
lib/libcrypto/bn: bn_lib.c
Log message:
Greatly simplify bn_expand_internal().
We have a function called recallocarray() - make use of it rather than
handrolling a version of it. Also have bn_expand() call bn_wexpand(),
which avoids some duplication.
ok tb@
