diff options
author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | 2021-12-22 02:20:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 02:20:16 (GMT) |
commit | fc54e722a2e66971f1a8e16cff24c844bf9c5ac4 (patch) | |
tree | 90836b2ddd64dacdadfbaf7dadd73439a4d67be1 /PCbuild/python.props | |
parent | c66fc0fb53b5316dc325fde3bc738890515d38a4 (diff) | |
download | cpython-fc54e722a2e66971f1a8e16cff24c844bf9c5ac4.zip cpython-fc54e722a2e66971f1a8e16cff24c844bf9c5ac4.tar.gz cpython-fc54e722a2e66971f1a8e16cff24c844bf9c5ac4.tar.bz2 |
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'PCbuild/python.props')
-rw-r--r-- | PCbuild/python.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props index ce86076..7082788 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -67,8 +67,8 @@ <libffiDir>$(ExternalsDir)libffi-3.4.2\</libffiDir> <libffiOutDir>$(ExternalsDir)libffi-3.4.2\$(ArchName)\</libffiOutDir> <libffiIncludeDir>$(libffiOutDir)include</libffiIncludeDir> - <opensslDir>$(ExternalsDir)openssl-1.1.1l\</opensslDir> - <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1l\$(ArchName)\</opensslOutDir> + <opensslDir>$(ExternalsDir)openssl-1.1.1m\</opensslDir> + <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1m\$(ArchName)\</opensslOutDir> <opensslIncludeDir>$(opensslOutDir)include</opensslIncludeDir> <nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir> <zlibDir>$(ExternalsDir)\zlib-1.2.11\</zlibDir> |