Author :
jsing
Date :
2022-11-23 03:00:12
Hash :29e5785c 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@