summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-06-15 22:12:38 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-06-15 22:12:38 (GMT)
commitc59a92b6f9954198f90f3a1e27583d85421f6b6c (patch)
tree7aed7519f7e006dd0e09b4f0b0ebb875dba4efb1 /PC
parent34cb3f026b0be1360ae438f82faa8ade126b8deb (diff)
downloadcpython-c59a92b6f9954198f90f3a1e27583d85421f6b6c.zip
cpython-c59a92b6f9954198f90f3a1e27583d85421f6b6c.tar.gz
cpython-c59a92b6f9954198f90f3a1e27583d85421f6b6c.tar.bz2
Issue #26930: Update Windows build to OpenSSL 1.0.2h
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 8fa5d70..4901251 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.2g"
+ Value="$(externalsDir)\openssl-1.0.2h"
/>
<UserMacro
Name="tcltkDir"
diff --git a/PC/VS9.0/readme.txt b/PC/VS9.0/readme.txt
index 42b1536..3345af9 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.2g
+ svn export http://svn.python.org/projects/external/openssl-1.0.2h
** NOTE: if you use the PCbuild\get_externals.bat approach for
obtaining external sources then you don't need to manually get the source