summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-03-03 22:07:37 (GMT)
committerGitHub <noreply@github.com>2017-03-03 22:07:37 (GMT)
commitdd2000cbe475da48fdc94e8f05618e9f460077fd (patch)
tree469ef53597de7548cf1703d03f195c700ec70091 /PCbuild/python.props
parent6e965d9e78b278f2f720a932e7b149cb7d88bd72 (diff)
downloadcpython-dd2000cbe475da48fdc94e8f05618e9f460077fd.zip
cpython-dd2000cbe475da48fdc94e8f05618e9f460077fd.tar.gz
cpython-dd2000cbe475da48fdc94e8f05618e9f460077fd.tar.bz2
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443)
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 1553731..0a6fd2a 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -46,7 +46,7 @@
<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.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>