const pointer
This commit is contained in:
parent
3f2d891f45
commit
3cf0c18883
@ -7,7 +7,7 @@
|
||||
mp_ord mp_cmp_mag(const mp_int *a, const mp_int *b)
|
||||
{
|
||||
int n;
|
||||
mp_digit *tmpa, *tmpb;
|
||||
const mp_digit *tmpa, *tmpb;
|
||||
|
||||
/* compare based on # of non-zero digits */
|
||||
if (a->used > b->used) {
|
||||
|
Loading…
Reference in New Issue
Block a user