summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_sqrmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_sqrmod.c')
-rw-r--r--libtommath/bn_mp_sqrmod.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtommath/bn_mp_sqrmod.c b/libtommath/bn_mp_sqrmod.c
index b8265fe..c3c7ec9 100644
--- a/libtommath/bn_mp_sqrmod.c
+++ b/libtommath/bn_mp_sqrmod.c
@@ -16,8 +16,7 @@
*/
/* c = a * a (mod b) */
-int
-mp_sqrmod(const mp_int *a, const mp_int *b, mp_int *c)
+int mp_sqrmod(const mp_int *a, const mp_int *b, mp_int *c)
{
int res;
mp_int t;