summaryrefslogtreecommitdiff
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-07-21 23:27:08 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-07-21 23:27:08 -0500
commit80acc3ebbc4c81f9c1bff864eca076d6bdbe9ec6 (patch)
tree2a6d789c9abe4b88d40e0c630522dfef4c46662f /PCbuild/python.props
parentd7841ef48b48a361d22cc1795eff5d826eef20fa (diff)
parent689b55c1cb837c0b89be46b57e52912fe4b2072d (diff)
downloadcpython-git-80acc3ebbc4c81f9c1bff864eca076d6bdbe9ec6.tar.gz
Issue #24603: Update the Windows build to use OpenSSL 1.0.2d
Diffstat (limited to 'PCbuild/python.props')
-rw-r--r--PCbuild/python.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props
index 857b8f8ee7..22faf4489d 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -34,7 +34,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.2c\</opensslDir>
+ <opensslDir>$(ExternalsDir)openssl-1.0.2d\</opensslDir>
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
<!-- Suffix for all binaries when building for debug -->