final else after a chain of if/else if
This commit is contained in:
parent
62602414fb
commit
7395cc69c1
@ -29,8 +29,10 @@ mp_bool mp_reduce_is_2k(const mp_int *a)
|
||||
iz = 1;
|
||||
}
|
||||
}
|
||||
return MP_YES;
|
||||
} else {
|
||||
return MP_YES;
|
||||
}
|
||||
return MP_YES;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -20,9 +20,9 @@ mp_bool mp_reduce_is_2k_l(const mp_int *a)
|
||||
}
|
||||
}
|
||||
return (iy >= (a->used/2)) ? MP_YES : MP_NO;
|
||||
|
||||
} else {
|
||||
return MP_NO;
|
||||
}
|
||||
return MP_NO;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user