summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-07-21 23:16:51 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-07-21 23:16:51 -0500
commit68773f3100a6fb2472526db61afeb60d9f7d81b1 (patch)
tree02a2e9e69a18459039bbbc064f8353d3b17f9392 /PC
parentc6fe4dbea5f7f790e45d75eed0d8984e72dab868 (diff)
downloadcpython-git-68773f3100a6fb2472526db61afeb60d9f7d81b1.tar.gz
Issue #24603: Update Windows build to use OpenSSL 1.0.2d
Diffstat (limited to 'PC')
-rw-r--r--PC/VS9.0/pyproject.vsprops2
-rw-r--r--PC/VS9.0/readme.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops
index a52e06319e..5625f9d028 100644
--- a/PC/VS9.0/pyproject.vsprops
+++ b/PC/VS9.0/pyproject.vsprops
@@ -82,7 +82,7 @@
/>
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-1.0.2c"
+ Value="$(externalsDir)\openssl-1.0.2d"
/>
<UserMacro
Name="tcltkDir"
diff --git a/PC/VS9.0/readme.txt b/PC/VS9.0/readme.txt
index 74820fb605..8f543a5da1 100644
--- a/PC/VS9.0/readme.txt
+++ b/PC/VS9.0/readme.txt
@@ -132,7 +132,7 @@ _ssl
Get the source code through
- svn export http://svn.python.org/projects/external/openssl-1.0.2c
+ svn export http://svn.python.org/projects/external/openssl-1.0.2d
** NOTE: if you use the PCbuild\get_externals.bat approach for
obtaining external sources then you don't need to manually get the source