https://hg.python.org/cpython/rev/3a3b30c310e5 changeset: 100971:3a3b30c310e5 branch: 2.7 parent: 100968:b684298671f9 user: Zachary Ware <zachary.ware at gmail.com> date: Thu Apr 14 10:18:27 2016 -0500 summary: Issue #26465: Update VS9.0 build files for OpenSSL 1.0.2g files: PC/VS9.0/pyproject.vsprops | 2 +- PC/VS9.0/readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops --- a/PC/VS9.0/pyproject.vsprops +++ b/PC/VS9.0/pyproject.vsprops @@ -82,7 +82,7 @@ /> <UserMacro Name="opensslDir" - Value="$(externalsDir)\openssl-1.0.2f" + Value="$(externalsDir)\openssl-1.0.2g" /> <UserMacro Name="tcltkDir" diff --git a/PC/VS9.0/readme.txt b/PC/VS9.0/readme.txt --- a/PC/VS9.0/readme.txt +++ b/PC/VS9.0/readme.txt @@ -132,7 +132,7 @@ Get the source code through - svn export http://svn.python.org/projects/external/openssl-1.0.2f + svn export http://svn.python.org/projects/external/openssl-1.0.2g ** NOTE: if you use the PCbuild\get_externals.bat approach for obtaining external sources then you don't need to manually get the source -- Repository URL: https://hg.python.org/cpython