diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 17:50:34 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 17:50:34 (GMT) |
commit | 84fc4ba67eedd249ae7643930eacd0058303b95c (patch) | |
tree | 3504c3a2f01ada1d9fb11c03eed14be871b47d0e /PC/VS8.0 | |
parent | 997d05d89ff918745ca1240f59c2081776857282 (diff) | |
download | cpython-84fc4ba67eedd249ae7643930eacd0058303b95c.zip cpython-84fc4ba67eedd249ae7643930eacd0058303b95c.tar.gz cpython-84fc4ba67eedd249ae7643930eacd0058303b95c.tar.bz2 |
Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2
Diffstat (limited to 'PC/VS8.0')
-rw-r--r-- | PC/VS8.0/pyproject.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VS8.0/pyproject.vsprops b/PC/VS8.0/pyproject.vsprops index 43555a6..131bd3f 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.1d"
+ Value="$(externalsDir)\openssl-1.0.1e"
/>
<UserMacro
Name="tcltkDir"
|