Patch #1529514: More openbsd platforms for ctypes.
Regenerated Modules/_ctypes/libffi/configure with autoconf 2.59.

Approved by Neal.
diff --git a/Misc/NEWS b/Misc/NEWS
index d470726..a626d87 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -111,6 +111,9 @@
 Extension Modules
 -----------------
 
+- Patch #1529514: The _ctypes extension is now compiled on more
+  openbsd target platforms.
+
 - The ``__reduce__()`` method of the new ``collections.defaultdict`` had
   a memory leak, affecting pickles and deep copies.