summaryrefslogtreecommitdiff
path: root/ecc-256.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-09-22 17:00:53 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-09-22 17:00:53 +0200
commit4d364ccd4ac3c72ad34537177a10a00bd0c9d0d6 (patch)
tree479a20d1adbb827fe8b00e378e1b00c6815de33c /ecc-256.c
parenta27bf856d15870d8f2fc4e37d3b07804617f35da (diff)
downloadnettle-4d364ccd4ac3c72ad34537177a10a00bd0c9d0d6.tar.gz
Fixed prototypes for native ecc_25519_modp, ecc_256_redc, and ecc_521_modp.
Diffstat (limited to 'ecc-256.c')
-rw-r--r--ecc-256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc-256.c b/ecc-256.c
index 843ee769..259b9c9c 100644
--- a/ecc-256.c
+++ b/ecc-256.c
@@ -53,7 +53,7 @@
#if HAVE_NATIVE_ecc_256_redc
# define ecc_256_redc nettle_ecc_256_redc
void
-ecc_256_redc (const struct ecc_curve *ecc, mp_limb_t *rp);
+ecc_256_redc (const struct ecc_modulo *p, mp_limb_t *rp);
#else /* !HAVE_NATIVE_ecc_256_redc */
# if ECC_REDC_SIZE > 0
# define ecc_256_redc ecc_pp1_redc