summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_sqrtmod_prime.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_sqrtmod_prime.c')
-rw-r--r--libtommath/bn_mp_sqrtmod_prime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/bn_mp_sqrtmod_prime.c b/libtommath/bn_mp_sqrtmod_prime.c
index 12b427c..261723e 100644
--- a/libtommath/bn_mp_sqrtmod_prime.c
+++ b/libtommath/bn_mp_sqrtmod_prime.c
@@ -15,7 +15,7 @@
*
*/
-int mp_sqrtmod_prime(mp_int *n, mp_int *prime, mp_int *ret)
+int mp_sqrtmod_prime(const mp_int *n, const mp_int *prime, mp_int *ret)
{
int res, legendre;
mp_int t1, C, Q, S, Z, M, T, R, two;