summaryrefslogtreecommitdiff
path: root/bignum.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2010-06-04 15:33:12 +0200
committerNiels Möller <nisse@lysator.liu.se>2010-06-04 15:33:12 +0200
commit730819200c3c91606fb52ddf00099ecfc4b24ce8 (patch)
tree0a14e8102d3fc89c39ef4bdc036ad65dfeedd25b /bignum.h
parent14c5b3888f49db6793eb6446a040312e0fa85e6c (diff)
downloadnettle-730819200c3c91606fb52ddf00099ecfc4b24ce8.tar.gz
Parameter rename.
Rev: nettle/bignum.h:1.8 Rev: nettle/der-iterator.c:1.2
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 9ebe1749..06287d2e 100644
--- a/bignum.h
+++ b/bignum.h
@@ -112,7 +112,7 @@ struct asn1_der_iterator;
int
nettle_asn1_der_get_bignum(struct asn1_der_iterator *iterator,
- mpz_t x, unsigned limit);
+ mpz_t x, unsigned max_bits);
#ifdef __cplusplus
}