We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2d891 commit 3cf0c18Copy full SHA for 3cf0c18
bn_mp_cmp_mag.c
@@ -7,7 +7,7 @@
7
mp_ord mp_cmp_mag(const mp_int *a, const mp_int *b)
8
{
9
int n;
10
- mp_digit *tmpa, *tmpb;
+ const mp_digit *tmpa, *tmpb;
11
12
/* compare based on # of non-zero digits */
13
if (a->used > b->used) {
0 commit comments