From: Niels Möller Date: Thu, 4 Aug 2022 08:58:00 +0000 (+0200) Subject: ChangeLog entries for *BSD portability fixes from Brad Smith. X-Git-Tag: nettle_3.9_release_20230514~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3f94f19ec40cd3826522100d52b7d737bf721ab;p=thirdparty%2Fnettle.git ChangeLog entries for *BSD portability fixes from Brad Smith. --- diff --git a/ChangeLog b/ChangeLog index d4a20095..99fb72f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2022-08-04 Niels Möller + + From Brad Smith: + * configure.ac: Fix 64-bit MIPS ABI check for other OS's like *BSD / Linux. + * aclocal.m4 (LSH_CCPIC): Use proper PIC flag for *BSD OS's. + * blowfish-bcrypt.c (swap32): Eliminate conflict with OpenBSD's swap32 macro. + 2022-06-20 Niels Möller * testsuite/sha1-test.c (test_sha1_compress): New function.