cpython: Issue #23212: Update Windows copy of OpenSSL to 1.0.1l

https://hg.python.org/cpython/rev/469ff344f8fd changeset: 94422:469ff344f8fd user: Steve Dower <steve.dower@microsoft.com> date: Sat Jan 31 12:20:40 2015 -0800 summary: Issue #23212: Update Windows copy of OpenSSL to 1.0.1l files: PCbuild/get_externals.bat | 2 +- PCbuild/python.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -54,7 +54,7 @@ for %%e in ( bzip2-1.0.6 nasm-2.11.06 - openssl-1.0.1j + openssl-1.0.1l tcl-core-8.6.3.1 tk-8.6.3.1 tix-8.4.3.4 diff --git a/PCbuild/python.props b/PCbuild/python.props --- 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 --> -- Repository URL: https://hg.python.org/cpython
participants (1)
-
steve.dower