summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorMartin v. L?wis <martin@v.loewis.de>2012-05-18 15:28:01 +0200
committerMartin v. L?wis <martin@v.loewis.de>2012-05-18 15:28:01 +0200
commitf9c536acccac3a0480f9ec3faa3e3208b41fca19 (patch)
tree7d0a156d02987aec4d214e8ad4933fc9b91032ea /PC
parent4459165cf58f1fc4754ba68b7f5345b4d4382c39 (diff)
downloadcpython-f9c536acccac3a0480f9ec3faa3e3208b41fca19.tar.gz
Upgrade OpenSSL to 1.0.0j
Diffstat (limited to 'PC')
-rw-r--r--PC/VC6/readme.txt5
-rw-r--r--PC/VS8.0/pyproject.vsprops2
2 files changed, 3 insertions, 4 deletions
diff --git a/PC/VC6/readme.txt b/PC/VC6/readme.txt
index 7e85c96fe5..fa1ae7db18 100644
--- a/PC/VC6/readme.txt
+++ b/PC/VC6/readme.txt
@@ -153,10 +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.0a
+ dist/openssl-1.0.0j
- You can (theoretically) use any version of OpenSSL you like - the
- build process will automatically select the latest version.
+ You need to use version 1.0.0j 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 763f6878d8..2a82e4962c 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.0a"
+ Value="$(externalsDir)\openssl-1.0.0j"
/>
<UserMacro
Name="tcltkDir"