summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_mod.c')
-rw-r--r--libtommath/bn_mp_mod.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtommath/bn_mp_mod.c b/libtommath/bn_mp_mod.c
index a7525c0..64e73ea 100644
--- a/libtommath/bn_mp_mod.c
+++ b/libtommath/bn_mp_mod.c
@@ -16,8 +16,7 @@
*/
/* c = a mod b, 0 <= c < b if b > 0, b < c <= 0 if b < 0 */
-int
-mp_mod(const mp_int *a, const mp_int *b, mp_int *c)
+int mp_mod(const mp_int *a, const mp_int *b, mp_int *c)
{
mp_int t;
int res;