summaryrefslogtreecommitdiff
path: root/bignum.h
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.h')
-rw-r--r--bignum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bignum.h b/bignum.h
index 244d9573..b4cfcc37 100644
--- a/bignum.h
+++ b/bignum.h
@@ -32,7 +32,7 @@
/* Writes an unsigned integer as length octets, using big endian byte
* order. */
void
-nettle_mpz_get_str_256(unsigned length, uint8_t *s, mpz_t x);
+nettle_mpz_get_str_256(unsigned length, uint8_t *s, const mpz_t x);
void
nettle_mpz_set_str_256(mpz_t x,