commit | 94a8e83a60bd82e6b3059bddd56187691b782896 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jan 19 19:48:04 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 25 12:04:36 2020 -0500 |
tree | 942dde9d0bd1bc59077e5a7ba754c8fb19eeddd2 | |
parent | 1611235b858abe08f9267f1fa95bc7553aa8e644 [diff] |
crypto: make mod_exp_sw() static Function mod_exp_sw() is only used via the operators of the uclass. It is not defined in any include. Make mod_exp_sw() static. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>