summaryrefslogtreecommitdiffstats
path: root/PCbuild/pyproject.props
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 17:50:34 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-12 17:50:34 (GMT)
commit84fc4ba67eedd249ae7643930eacd0058303b95c (patch)
tree3504c3a2f01ada1d9fb11c03eed14be871b47d0e /PCbuild/pyproject.props
parent997d05d89ff918745ca1240f59c2081776857282 (diff)
downloadcpython-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 'PCbuild/pyproject.props')
-rw-r--r--PCbuild/pyproject.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index 2333512..8155231 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -20,7 +20,7 @@
<sqlite3Dir>$(externalsDir)\sqlite-3.7.12</sqlite3Dir>
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
<lzmaDir>$(externalsDir)\xz-5.0.3</lzmaDir>
- <opensslDir>$(externalsDir)\openssl-1.0.1d</opensslDir>
+ <opensslDir>$(externalsDir)\openssl-1.0.1e</opensslDir>
<tcltkDir>$(externalsDir)\tcltk</tcltkDir>
<tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir>
<tcltkLib>$(tcltkDir)\lib\tcl85.lib;$(tcltkDir)\lib\tk85.lib</tcltkLib>