summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorMartin v. L?wis <martin@v.loewis.de>2013-03-24 22:45:50 +0100
committerMartin v. L?wis <martin@v.loewis.de>2013-03-24 22:45:50 +0100
commitbe9c775eab7d537c6a8dbe24b8af1e96a0c7bf28 (patch)
treecb62b7bf77cf44298f250577e309e3b1234b5d29 /PC
parent29a7032a9fa9327c158d9d09a8d7a8942c4f87d5 (diff)
downloadcpython-be9c775eab7d537c6a8dbe24b8af1e96a0c7bf28.tar.gz
Issue #17425: Build with openssl 1.0.1d on Windows.
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 d6ec6e6408..e204d2fea7 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.1c
+ dist/openssl-1.0.1d
- You need to use version 1.0.1c of OpenSSL.
+ You need to use version 1.0.1d 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 f86cdec832..43555a6adc 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.1c"
+ Value="$(externalsDir)\openssl-1.0.1d"
/>
<UserMacro
Name="tcltkDir"
diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops
index 01c7ca7b3a..06c6c787d9 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.1c"
+ Value="$(externalsDir)\openssl-1.0.1r"
/>
<UserMacro
Name="tcltkDir"