diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-05-18 14:29:33 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-05-18 14:29:33 (GMT) |
commit | e01eb4cc808873461baaed549454edbe1e38055c (patch) | |
tree | 7429844e0c47d69ecf565cebb63c60a6d80341d9 /PC | |
parent | dcd1c0c62759ec91383a615343faf9260a3f5d67 (diff) | |
download | cpython-e01eb4cc808873461baaed549454edbe1e38055c.zip cpython-e01eb4cc808873461baaed549454edbe1e38055c.tar.gz cpython-e01eb4cc808873461baaed549454edbe1e38055c.tar.bz2 |
Upgrade OpenSSL to 1.0.1c
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 b6fa5d2..d6ec6e6 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 c311820..f86cdec 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 fa3dad7..01c7ca7 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"
|