summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 17:50:34 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-12 17:50:34 (GMT)
commit84fc4ba67eedd249ae7643930eacd0058303b95c (patch)
tree3504c3a2f01ada1d9fb11c03eed14be871b47d0e /PC
parent997d05d89ff918745ca1240f59c2081776857282 (diff)
downloadcpython-84fc4ba67eedd249ae7643930eacd0058303b95c.zip
cpython-84fc4ba67eedd249ae7643930eacd0058303b95c.tar.gz
cpython-84fc4ba67eedd249ae7643930eacd0058303b95c.tar.bz2
Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2
Diffstat (limited to 'PC')
-rw-r--r--PC/VC6/readme.txt4
-rw-r--r--PC/VS8.0/pyproject.vsprops2
-rw-r--r--PC/VS9.0/pyproject.vsprops2
3 files changed, 4 insertions, 4 deletions
diff --git a/PC/VC6/readme.txt b/PC/VC6/readme.txt
index e204d2f..f978f85 100644
--- a/PC/VC6/readme.txt
+++ b/PC/VC6/readme.txt
@@ -153,9 +153,9 @@ _ssl
Unpack into the "dist" directory, retaining the folder name from
the archive - for example, the latest stable OpenSSL will install as
- dist/openssl-1.0.1d
+ dist/openssl-1.0.1e
- You need to use version 1.0.1d of OpenSSL.
+ You need to use version 1.0.1e of OpenSSL.
You can install the NASM assembler from
http://www.nasm.us/
diff --git a/PC/VS8.0/pyproject.vsprops b/PC/VS8.0/pyproject.vsprops
index 43555a6..131bd3f 100644
--- a/PC/VS8.0/pyproject.vsprops
+++ b/PC/VS8.0/pyproject.vsprops
@@ -58,7 +58,7 @@
/>
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-1.0.1d"
+ Value="$(externalsDir)\openssl-1.0.1e"
/>
<UserMacro
Name="tcltkDir"
diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops
index 18581ba..ff3759e 100644
--- a/PC/VS9.0/pyproject.vsprops
+++ b/PC/VS9.0/pyproject.vsprops
@@ -62,7 +62,7 @@
/>
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-1.0.1d"
+ Value="$(externalsDir)\openssl-1.0.1e"
/>
<UserMacro
Name="tcltkDir"