summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-04-12 03:36:04 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-04-12 03:36:04 (GMT)
commitc7d979f0221b4426fb2160f0960a61c1e7bc59df (patch)
tree80b163b0022909d5b4dad24caf4c385eced1a652 /PCbuild/python.props
parentf172caeb8bcdc56674abc0ee5fac95021059ec5d (diff)
downloadcpython-c7d979f0221b4426fb2160f0960a61c1e7bc59df.zip
cpython-c7d979f0221b4426fb2160f0960a61c1e7bc59df.tar.gz
cpython-c7d979f0221b4426fb2160f0960a61c1e7bc59df.tar.bz2
Closes #23686: Update Windows installer OpenSSL to 1.0.2a
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 51eceb8..37740fe 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.1l\</opensslDir>
+ <opensslDir>$(ExternalsDir)openssl-1.0.2a\</opensslDir>
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
<!-- Suffix for all binaries when building for debug -->