summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_reduce_2k_setup_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_reduce_2k_setup_l.c')
-rw-r--r--libtommath/bn_mp_reduce_2k_setup_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/bn_mp_reduce_2k_setup_l.c b/libtommath/bn_mp_reduce_2k_setup_l.c
index 34367ed..af81b5b 100644
--- a/libtommath/bn_mp_reduce_2k_setup_l.c
+++ b/libtommath/bn_mp_reduce_2k_setup_l.c
@@ -16,7 +16,7 @@
*/
/* determines the setup value */
-int mp_reduce_2k_setup_l(mp_int *a, mp_int *d)
+int mp_reduce_2k_setup_l(const mp_int *a, mp_int *d)
{
int res;
mp_int tmp;