summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-08-04 10:58:00 +0200
committerNiels Möller <nisse@lysator.liu.se>2022-08-04 10:58:00 +0200
commitb3f94f19ec40cd3826522100d52b7d737bf721ab (patch)
treecc2aecab1c26d1a8d9bd637da75e5f4db058feec /ChangeLog
parentc82f4ab15554820a5a206dd206535261e306c632 (diff)
downloadnettle-b3f94f19ec40cd3826522100d52b7d737bf721ab.tar.gz
ChangeLog entries for *BSD portability fixes from Brad Smith.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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.