summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_div_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_div_2.c')
-rw-r--r--libtommath/bn_mp_div_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/bn_mp_div_2.c b/libtommath/bn_mp_div_2.c
index b9d5339..edc8982 100644
--- a/libtommath/bn_mp_div_2.c
+++ b/libtommath/bn_mp_div_2.c
@@ -16,7 +16,7 @@
*/
/* b = a/2 */
-int mp_div_2(mp_int *a, mp_int *b)
+int mp_div_2(const mp_int *a, mp_int *b)
{
int x, res, oldused;