diff options
author | Steve Dower <steve.dower@microsoft.com> | 2014-05-30 18:01:15 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2014-05-30 18:01:15 (GMT) |
commit | ee310bc2b731e0eabdfac327f353d0cc511b2b25 (patch) | |
tree | ad1a638bd326c63e95042d6b0f363b946362aa00 /PCbuild | |
parent | 529a639669756b77e89d8803892ec55f3004b863 (diff) | |
download | cpython-ee310bc2b731e0eabdfac327f353d0cc511b2b25.zip cpython-ee310bc2b731e0eabdfac327f353d0cc511b2b25.tar.gz cpython-ee310bc2b731e0eabdfac327f353d0cc511b2b25.tar.bz2 |
Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pyproject.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops index 024bfa8..dfdc556 100644 --- a/PCbuild/pyproject.vsprops +++ b/PCbuild/pyproject.vsprops @@ -82,7 +82,7 @@ />
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-0.9.8y"
+ Value="$(externalsDir)\openssl-1.0.1g"
/>
<UserMacro
Name="tcltkDir"
|