summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_reduce_2k_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_reduce_2k_setup.c')
-rw-r--r--libtommath/bn_mp_reduce_2k_setup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtommath/bn_mp_reduce_2k_setup.c b/libtommath/bn_mp_reduce_2k_setup.c
index 5e1fb6e..585e1b7 100644
--- a/libtommath/bn_mp_reduce_2k_setup.c
+++ b/libtommath/bn_mp_reduce_2k_setup.c
@@ -16,8 +16,7 @@
*/
/* determines the setup value */
-int
-mp_reduce_2k_setup(mp_int *a, mp_digit *d)
+int mp_reduce_2k_setup(mp_int *a, mp_digit *d)
{
int res, p;
mp_int tmp;