aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/libtommath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/libtommath.c')
-rw-r--r--src/tls/libtommath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/libtommath.c b/src/tls/libtommath.c
index 3fb8fbed..251133e7 100644
--- a/src/tls/libtommath.c
+++ b/src/tls/libtommath.c
@@ -1631,7 +1631,7 @@ static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d)
}
/* init our temps */
- if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL) != MP_OKAY)) {
+ if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) {
return res;
}