summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_reduce_2k.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_reduce_2k.c')
-rw-r--r--libtommath/bn_mp_reduce_2k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/bn_mp_reduce_2k.c b/libtommath/bn_mp_reduce_2k.c
index 2922cad..e1e2bc8 100644
--- a/libtommath/bn_mp_reduce_2k.c
+++ b/libtommath/bn_mp_reduce_2k.c
@@ -32,7 +32,7 @@ top:
goto ERR;
}
- if (d != 1) {
+ if (d != 1u) {
/* q = q * d */
if ((res = mp_mul_d(&q, d, &q)) != MP_OKAY) {
goto ERR;