From: Niels Möller Date: Wed, 27 Feb 2013 08:26:51 +0000 (+0100) Subject: Typo fix in ecc-benchmark.c X-Git-Tag: nettle_2.7_release_20130424~109^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad85f7ace369071057f2f16bfb6e25ca1de86335;p=thirdparty%2Fnettle.git Typo fix in ecc-benchmark.c --- diff --git a/ChangeLog b/ChangeLog index f43cbd72..6171c7a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-02-27 Niels Möller + * examples/ecc-benchmark.c (bench_add_jjj): Typo fix, benchmark + the right function. + * gmp-glue.h: Check if GMP provides mpz_limbs_read (expected in next release). * gmp-glue.c: Use GMP's mpz_limbs_read and friends if available. diff --git a/examples/ecc-benchmark.c b/examples/ecc-benchmark.c index 6a49f369..596b2ff7 100644 --- a/examples/ecc-benchmark.c +++ b/examples/ecc-benchmark.c @@ -209,7 +209,7 @@ static void bench_add_jjj (void *p) { struct ecc_ctx *ctx = (struct ecc_ctx *) p; - ecc_add_jja (ctx->ecc, ctx->rp, ctx->ap, ctx->bp, ctx->tp); + ecc_add_jjj (ctx->ecc, ctx->rp, ctx->ap, ctx->bp, ctx->tp); } static void