| Index: nss/lib/freebl/ecl/ecp_521.c
|
| diff --git a/nss/lib/freebl/ecl/ecp_521.c b/nss/lib/freebl/ecl/ecp_521.c
|
| index 7eac0f075d4102bd8f4a8d6a3dafdf310ea2b6a8..f70c2f4392633e86bf5ae0859f49c70ea04e81d6 100644
|
| --- a/nss/lib/freebl/ecl/ecp_521.c
|
| +++ b/nss/lib/freebl/ecl/ecp_521.c
|
| @@ -17,7 +17,7 @@ ec_GFp_nistp521_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
|
| {
|
| mp_err res = MP_OKAY;
|
| int a_bits = mpl_significant_bits(a);
|
| - int i;
|
| + unsigned int i;
|
|
|
| /* m1, m2 are statically-allocated mp_int of exactly the size we need */
|
| mp_int m1;
|
|
|