summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_mod_2d.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_mod_2d.c')
-rw-r--r--libtommath/bn_mp_mod_2d.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtommath/bn_mp_mod_2d.c b/libtommath/bn_mp_mod_2d.c
index 31997d3..8e69757 100644
--- a/libtommath/bn_mp_mod_2d.c
+++ b/libtommath/bn_mp_mod_2d.c
@@ -16,8 +16,7 @@
*/
/* calc a value mod 2**b */
-int
-mp_mod_2d(const mp_int *a, int b, mp_int *c)
+int mp_mod_2d(const mp_int *a, int b, mp_int *c)
{
int x, res;