summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-03-03 22:07:07 (GMT)
committerGitHub <noreply@github.com>2017-03-03 22:07:07 (GMT)
commitfc64c351c7757f0ebdb7da65cb74871e494a2add (patch)
treeea777ae921b37441bbc280fd0f211df16e0ebc9c /PCbuild/python.props
parent0705f66eb369aa6a6cdb699e24ff61e1ab2e0c56 (diff)
downloadcpython-fc64c351c7757f0ebdb7da65cb74871e494a2add.zip
cpython-fc64c351c7757f0ebdb7da65cb74871e494a2add.tar.gz
cpython-fc64c351c7757f0ebdb7da65cb74871e494a2add.tar.bz2
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439)
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 dde94f7..d6bfd08 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -45,7 +45,7 @@
<sqlite3Dir>$(ExternalsDir)sqlite-3.14.2.0\</sqlite3Dir>
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
<lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
- <opensslDir>$(ExternalsDir)openssl-1.0.2j\</opensslDir>
+ <opensslDir>$(ExternalsDir)openssl-1.0.2k\</opensslDir>
<opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir>
<opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir>
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>