From: Niels Möller Date: Fri, 25 Sep 2020 18:59:11 +0000 (+0200) Subject: Fix bogus email address in ChangeLog. X-Git-Tag: nettle_3.7rc1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04117efd723675a4302d75c8bc1eb8cdad48c63b;p=thirdparty%2Fnettle.git Fix bogus email address in ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 07a32586..51bc1263 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,12 +3,12 @@ * gcm.c (gcm_fill): Added separate implementations for big- and little-endian, to use uint64_t stores and less overhead. -2020-09-24 Niels Möller +2020-09-24 Niels Möller * aclocal.m4 (GMP_ASM_POWERPC_R_REGISTERS): Prefer to use register names. Can be tested by configuring with CC='gcc -Wa,-mregnames'. -2020-09-21 Niels Möller +2020-09-21 Niels Möller * m4-utils.m4: New file with m4 utilities, copied from GMP's mpn/asm-defs.m4. @@ -25,21 +25,21 @@ * powerpc64/machine.m4: Check ASM_PPC_WANT_R_REGISTERS, and if needed, replace register names like r0, r1, ... with integers. -2020-09-15 Niels Möller +2020-09-15 Niels Möller * Makefile.in (DISTFILES): Add missing file blowfish-internal.h. -2020-09-14 Niels Möller +2020-09-14 Niels Möller * asm.m4: Delete use of changequote, stick to the m4 default quoting characters `'. Updated all assembly and m4 files. * x86_64/machine.m4 (W64_ENTRY, W64_EXIT): Delete quoting workaround. -2020-09-12 Niels Möller +2020-09-12 Niels Möller * x86_64/salsa20-2core.asm: Fix incorrect W64_EXIT. -2020-08-29 Niels Möller +2020-08-29 Niels Möller Initial powerpc64 assembly support, contributed by Mamone Tarsha: * configure.ac: New configure option --enable-power-crypto-ext.