summaryrefslogtreecommitdiff
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-02-22 04:08:51 -0600
committerZachary Ware <zachary.ware@gmail.com>2016-02-22 04:08:51 -0600
commit6fe57ad229d46516c1ead1d37c015824b2428746 (patch)
tree4a9478521f27892bd3d6414bb0f29d2652e02b17 /PCbuild/python.props
parent16f164e9b8b25b4c3e203249be44e910b0ee5827 (diff)
downloadcpython-git-6fe57ad229d46516c1ead1d37c015824b2428746.tar.gz
Issue #26268: Update Windows builds to use OpenSSL 1.0.2f
Diffstat (limited to 'PCbuild/python.props')
-rw-r--r--PCbuild/python.props4
1 files changed, 3 insertions, 1 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props
index 4d8f6039ff..8ad9a89489 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -41,7 +41,9 @@
<sqlite3Dir>$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir>
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
<lzmaDir>$(ExternalsDir)xz-5.0.5\</lzmaDir>
- <opensslDir>$(ExternalsDir)openssl-1.0.2d\</opensslDir>
+ <opensslDir>$(ExternalsDir)openssl-1.0.2f\</opensslDir>
+ <opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir>
+ <opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir>
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
<!-- Suffix for all binaries when building for debug -->