diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2013-03-24 21:45:50 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2013-03-24 21:45:50 (GMT) |
commit | cc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc (patch) | |
tree | b6aefe3695823a5626e69053ef506564e03c9a61 /PC | |
parent | 710f0c39cd6605ce9a8b9cc0ec9fd02d47b8f5d3 (diff) | |
download | cpython-cc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc.zip cpython-cc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc.tar.gz cpython-cc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc.tar.bz2 |
Issue #17425: Build with openssl 1.0.1d on Windows.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/readme.txt | 4 | ||||
-rw-r--r-- | PC/VS8.0/pyproject.vsprops | 2 | ||||
-rw-r--r-- | PC/VS9.0/pyproject.vsprops | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/PC/VC6/readme.txt b/PC/VC6/readme.txt index d6ec6e6..e204d2f 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 f86cdec..43555a6 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 01c7ca7..06c6c78 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"
|