summaryrefslogtreecommitdiff
path: root/ecc-hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'ecc-hash.c')
-rw-r--r--ecc-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc-hash.c b/ecc-hash.c
index 0de3c187..7fd5c578 100644
--- a/ecc-hash.c
+++ b/ecc-hash.c
@@ -47,7 +47,7 @@ ecc_hash (const struct ecc_curve *ecc,
if (length > ((unsigned) ecc->bit_size + 7) / 8)
length = (ecc->bit_size + 7) / 8;
- _mpn_set_base256 (hp, ecc->size + 1, digest, length);
+ mpn_set_base256 (hp, ecc->size + 1, digest, length);
if (8 * length > ecc->bit_size)
/* We got a few extra bits, at the low end. Discard them. */