Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
diff --git a/Misc/ACKS b/Misc/ACKS
index e8aac41..f3e427a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -327,6 +327,7 @@
Walter Dörwald
Hans Eckardt
Rodolpho Eckhardt
+David Edelsohn
John Edmonds
Grant Edwards
John Ehresman
diff --git a/Misc/NEWS b/Misc/NEWS
index a9eeeff..d9b3f4e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,9 @@
Build
-----
+- Issue #18256: Compilation fix for recent AIX releases. Patch by
+ David Edelsohn.
+
- Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1
on Windows.