Turn bn_wexpand() into a function.
authorjsing <jsing@openbsd.org>
Wed, 23 Nov 2022 03:00:12 +0000 (03:00 +0000)
committerjsing <jsing@openbsd.org>
Wed, 23 Nov 2022 03:00:12 +0000 (03:00 +0000)
commit29e5785c829e5b26b1eac308e8e044c1879868e8
treefc3d10e420654c986c21a01926334bfbc5483fb5
parent31e1f1a5d5bf9825a0a066fdd30d84be6ce8b725
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@
lib/libcrypto/bn/bn_lcl.h
lib/libcrypto/bn/bn_lib.c