Codebase list libcryptx-perl / 4597710
fix compiler warning in bn_mp_sqrtmod_prime Karel Miko 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1818 {
1919 int res, legendre;
2020 mp_int t1, C, Q, S, Z, M, T, R, two;
21 unsigned long i;
21 mp_digit i;
2222
2323 /* first handle the simple cases */
2424 if (mp_cmp_d(n, 0) == MP_EQ) {