summaryrefslogtreecommitdiff
path: root/PCbuild/pyproject.props
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-08-06 23:19:29 -0500
committerZachary Ware <zachary.ware@gmail.com>2014-08-06 23:19:29 -0500
commit57072c1109c8d26600b2f9e681da6e50bd7c9238 (patch)
tree9e987f805838cedf01a45d6e1247b46b86c5afb3 /PCbuild/pyproject.props
parent8c2b71cc48c11cf67ddc5a59ecb515f74c2c2e4e (diff)
downloadcpython-57072c1109c8d26600b2f9e681da6e50bd7c9238.tar.gz
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
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 4bc68fb0ad..0b513ceff8 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -20,7 +20,7 @@
<sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir>
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
<lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
- <opensslDir>$(externalsDir)\openssl-1.0.1h</opensslDir>
+ <opensslDir>$(externalsDir)\openssl-1.0.1i</opensslDir>
<tcltkDir>$(externalsDir)\tcltk</tcltkDir>
<tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir>
<tcltkLib>$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib</tcltkLib>