summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-05-18 16:29:33 +0200
committerMartin v. Löwis <martin@v.loewis.de>2012-05-18 16:29:33 +0200
commite01eb4cc808873461baaed549454edbe1e38055c (patch)
tree7429844e0c47d69ecf565cebb63c60a6d80341d9 /PC
parentdcd1c0c62759ec91383a615343faf9260a3f5d67 (diff)
downloadcpython-git-e01eb4cc808873461baaed549454edbe1e38055c.tar.gz
Upgrade OpenSSL to 1.0.1c
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 b6fa5d2fda..d6ec6e6408 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.0j
+ dist/openssl-1.0.1c
- You need to use version 1.0.0j of OpenSSL.
+ You need to use version 1.0.1c 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 c31182029f..f86cdec832 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.0j"
+ Value="$(externalsDir)\openssl-1.0.1c"
/>
<UserMacro
Name="tcltkDir"
diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops
index fa3dad7468..01c7ca7b3a 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.0j"
+ Value="$(externalsDir)\openssl-1.0.1c"
/>
<UserMacro
Name="tcltkDir"