diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-04-08 01:33:54 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-04-08 01:33:54 (GMT) |
commit | 563e7c6cd58247d2ab4bbd516f5190358b3e5619 (patch) | |
tree | e49419b4ac71585034713395dcf8cda1e262b938 /PCbuild | |
parent | 928b3fff8acda7edefa30f828a27b3946c57789d (diff) | |
download | cpython-563e7c6cd58247d2ab4bbd516f5190358b3e5619.zip cpython-563e7c6cd58247d2ab4bbd516f5190358b3e5619.tar.gz cpython-563e7c6cd58247d2ab4bbd516f5190358b3e5619.tar.bz2 |
Issue #23686: Update Windows build to use OpenSSL 1.0.2a
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pyproject.vsprops | 2 | ||||
-rw-r--r-- | PCbuild/readme.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops index 7d8a658..0af1df7 100644 --- a/PCbuild/pyproject.vsprops +++ b/PCbuild/pyproject.vsprops @@ -82,7 +82,7 @@ />
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-1.0.1l"
+ Value="$(externalsDir)\openssl-1.0.2a"
/>
<UserMacro
Name="tcltkDir"
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index cf6ab7f..50bcbc2 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -132,7 +132,7 @@ _ssl Get the source code through - svn export http://svn.python.org/projects/external/openssl-1.0.1j + svn export http://svn.python.org/projects/external/openssl-1.0.2a ** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for obtaining external sources then you don't need to manually get the source |