diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-03-03 22:07:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-03 22:07:25 (GMT) |
commit | 03f7cb060414b17d88cb406f3e09f26c902d8658 (patch) | |
tree | 015c24a833149ca75146eabaca061ef5047dee64 /PCbuild/python.props | |
parent | 1936ba93c900d47d0c8c915184ac2fa7773c952e (diff) | |
download | cpython-03f7cb060414b17d88cb406f3e09f26c902d8658.zip cpython-03f7cb060414b17d88cb406f3e09f26c902d8658.tar.gz cpython-03f7cb060414b17d88cb406f3e09f26c902d8658.tar.bz2 |
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442)
Diffstat (limited to 'PCbuild/python.props')
-rw-r--r-- | PCbuild/python.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props index dde94f7..d6bfd08 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -45,7 +45,7 @@ <sqlite3Dir>$(ExternalsDir)sqlite-3.14.2.0\</sqlite3Dir> <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir> <lzmaDir>$(ExternalsDir)xz-5.2.2\</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> |