From a27bf856d15870d8f2fc4e37d3b07804617f35da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Mon, 22 Sep 2014 14:50:12 +0200 Subject: [PATCH] Fixed prototype for native ecc_384_modp. --- ecc-384.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecc-384.c b/ecc-384.c index ab48f348..7fff2820 100644 --- a/ecc-384.c +++ b/ecc-384.c @@ -49,7 +49,7 @@ #if HAVE_NATIVE_ecc_384_modp #define ecc_384_modp nettle_ecc_384_modp void -ecc_384_modp (const struct ecc_curve *ecc, mp_limb_t *rp); +ecc_384_modp (const struct ecc_modulo *m, mp_limb_t *rp); #elif GMP_NUMB_BITS == 32 /* Use that 2^{384} = 2^{128} + 2^{96} - 2^{32} + 1, and eliminate 256 -- 2.47.2