Issue #23212: 2.7-specific OS X installer updates
diff --git a/Mac/BuildScript/README.txt b/Mac/BuildScript/README.txt
index 5a11350..6f6b20a 100644
--- a/Mac/BuildScript/README.txt
+++ b/Mac/BuildScript/README.txt
@@ -30,7 +30,7 @@
 
     - builds the following third-party libraries
 
-        * libcrypto and libssl from OpenSSL 1.0.1j
+        * libcrypto and libssl from OpenSSL 1.0.1
         * NCurses 5.9
         * SQLite 3.7.13
         * Oracle Sleepycat DB 4.8 (Python 2.x only)
diff --git a/Mac/BuildScript/resources/ReadMe.rtf b/Mac/BuildScript/resources/ReadMe.rtf
index affc177..011aa86 100644
--- a/Mac/BuildScript/resources/ReadMe.rtf
+++ b/Mac/BuildScript/resources/ReadMe.rtf
@@ -111,7 +111,7 @@
 \i0 .  To solve this problem, as of 2.7.9 the 
 \i 10.5+ 32-bit-only python.org variant
 \i0  is linked with a private copy of 
-\i OpenSSL 1.0.1j
+\i OpenSSL 1.0.1
 \i0 ; it consults the same default certificate directory, 
 \f1 /System/Library/OpenSSL
 \f0 .   As before, it is still necessary to manage certificates yourself when you use this Python variant and, with certificate verification now enabled by default, you may now need to take additional steps to ensure your Python programs have access to CA certificates you trust.  If you use this Python variant to build standalone applications with third-party tools like {\field{\*\fldinst{HYPERLINK "https://pypi.python.org/pypi/py2app/"}}{\fldrslt 
diff --git a/Misc/NEWS b/Misc/NEWS
index be0bc87..cb90d13 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,8 @@
 - Issue #23032: Fix installer build failures on OS X 10.4 Tiger
   by disabling assembly code in the OpenSSL build.
 
+- Issue #23212: Update 10.5 OS X installer build to use OpenSSL 1.0.1k.
+
 
 What's New in Python 2.7.9?
 ===========================