const pointer

This commit is contained in:
Francois Perrad 2019-05-17 18:46:47 +02:00
parent 3f2d891f45
commit 3cf0c18883

View File

@ -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) {