CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/22 20:00:12
Modified files:
lib/libcrypto/bn: bn_lcl.h bn_lib.c
Log message:
Turn bn_wexpand() into a function.
Any sensible compiler will likely inline this anyway (and even if it does
not, one extra function call/return is the least of the performance
overhead for this code).
ok tb@
