From: Niels Möller Date: Mon, 22 Sep 2014 12:50:12 +0000 (+0200) Subject: Fixed prototype for native ecc_384_modp. X-Git-Tag: nettle_3.1rc1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a27bf856d15870d8f2fc4e37d3b07804617f35da;p=thirdparty%2Fnettle.git Fixed prototype for native ecc_384_modp. --- 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