]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ChangeLog entries for *BSD portability fixes from Brad Smith.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 4 Aug 2022 08:58:00 +0000 (10:58 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 4 Aug 2022 08:58:00 +0000 (10:58 +0200)
ChangeLog

index d4a20095a61e1b8e8650bb9e43d0999ae03ac3e3..99fb72f244b0ee4e638e3bec28ea931a9f0a5939 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-08-04  Niels Möller  <nisse@lysator.liu.se>
+
+       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  <nisse@lysator.liu.se>
 
        * testsuite/sha1-test.c (test_sha1_compress): New function.