summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_to_signed_bin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_to_signed_bin.c')
-rw-r--r--libtommath/bn_mp_to_signed_bin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/bn_mp_to_signed_bin.c b/libtommath/bn_mp_to_signed_bin.c
index c49c87d..69f6423 100644
--- a/libtommath/bn_mp_to_signed_bin.c
+++ b/libtommath/bn_mp_to_signed_bin.c
@@ -16,7 +16,7 @@
*/
/* store in signed [big endian] format */
-int mp_to_signed_bin (mp_int * a, unsigned char *b)
+int mp_to_signed_bin (const mp_int * a, unsigned char *b)
{
int res;