From b3f94f19ec40cd3826522100d52b7d737bf721ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 4 Aug 2022 10:58:00 +0200 Subject: [PATCH] ChangeLog entries for *BSD portability fixes from Brad Smith. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index d4a20095..99fb72f2 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. -- GitLab