commit | c75f853a22b8b5f52bb58c9fe6fcb5a752b9c03f | [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 | b2e67a25758f03f42291f146104d3d2fc7e93178 [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>