From: Niels Möller Date: Mon, 25 Mar 2013 11:47:10 +0000 (+0100) Subject: Update with Martin Storsjö's changes. X-Git-Tag: nettle_2.7_release_20130424~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a534ad1d14d2eb235544ef6e42d775f6d0674c;p=thirdparty%2Fnettle.git Update with Martin Storsjö's changes. --- diff --git a/ChangeLog b/ChangeLog index d8ec00e9..6835f7ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ 2013-03-25 Niels Möller From Martin Storsjö: + * examples/hogweed-benchmark.c: Include local headers. + * testsuite/ecdsa-keygen-test.c: Likewise. * x86_64/sha3-permute.asm: Workaround for Apple's assembler; write - movq instructinos as movd. + movq instructions as movd. * Makefile.in (hogweed_PURE_OBJS): Don't include OPT_ASM_SOURCES twice.