diff --git a/ChangeLog b/ChangeLog index d4a20095a61e1b8e8650bb9e43d0999ae03ac3e3..99fb72f244b0ee4e638e3bec28ea931a9f0a5939 100644 --- 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.