summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-10-11 02:57:04 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-10-11 02:57:04 (GMT)
commit8fb09ada55c85070e47dbf4e99a384c32bc14520 (patch)
treeeda002c3ba4f173437372bd8501e45a50b364ba9 /PCbuild/python.props
parent829d4fbbf93a25424ec007808617d87deb63eec9 (diff)
downloadcpython-8fb09ada55c85070e47dbf4e99a384c32bc14520.zip
cpython-8fb09ada55c85070e47dbf4e99a384c32bc14520.tar.gz
cpython-8fb09ada55c85070e47dbf4e99a384c32bc14520.tar.bz2
Issue #28248: Update Windows build to use OpenSSL 1.0.2j
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 e40751a..21ea5fa 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -35,7 +35,7 @@
<sqlite3Dir>$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir>
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
<bsddbDir>$(ExternalsDir)db-4.7.25.0</bsddbDir>
- <opensslDir>$(ExternalsDir)openssl-1.0.2h\</opensslDir>
+ <opensslDir>$(ExternalsDir)openssl-1.0.2j\</opensslDir>
<opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir>
<opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir>
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>