summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_mul_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_mul_d.c')
-rw-r--r--libtommath/bn_mp_mul_d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/bn_mp_mul_d.c b/libtommath/bn_mp_mul_d.c
index 6954ed3..266b082 100644
--- a/libtommath/bn_mp_mul_d.c
+++ b/libtommath/bn_mp_mul_d.c
@@ -17,7 +17,7 @@
/* multiply by a digit */
int
-mp_mul_d (mp_int * a, mp_digit b, mp_int * c)
+mp_mul_d (const mp_int * a, mp_digit b, mp_int * c)
{
mp_digit u, *tmpa, *tmpc;
mp_word r;