summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-01-31 20:20:40 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-01-31 20:20:40 (GMT)
commita5e1dbef146b9d1aece4e3def828d2b216a07e41 (patch)
treef8b8ae2f7a161de217c97c7dd6d0295616a5a827 /PCbuild/python.props
parentbe72456fa2ba4f58d3c5584655e50fe3982f5b9b (diff)
downloadcpython-a5e1dbef146b9d1aece4e3def828d2b216a07e41.zip
cpython-a5e1dbef146b9d1aece4e3def828d2b216a07e41.tar.gz
cpython-a5e1dbef146b9d1aece4e3def828d2b216a07e41.tar.bz2
Issue #23212: Update Windows copy of OpenSSL to 1.0.1l
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 788df56..e41f8ac 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.1j\</opensslDir>
+ <opensslDir>$(ExternalsDir)openssl-1.0.1l\</opensslDir>
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
<!-- Suffix for all binaries when building for debug -->