Skip to content

Commit 3cf0c18

Browse files
committed
const pointer
1 parent 3f2d891 commit 3cf0c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bn_mp_cmp_mag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
mp_ord mp_cmp_mag(const mp_int *a, const mp_int *b)
88
{
99
int n;
10-
mp_digit *tmpa, *tmpb;
10+
const mp_digit *tmpa, *tmpb;
1111

1212
/* compare based on # of non-zero digits */
1313
if (a->used > b->used) {

0 commit comments

Comments
 (0)