diff options
author | Christian Heimes <christian@python.org> | 2021-03-30 00:00:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 00:00:34 (GMT) |
commit | a54fc683f237d8f0b6e999a63aa9b8c0a45b7fef (patch) | |
tree | 35a2c40c9438466502ee413b9775b392d33b28ad /PCbuild/python.props | |
parent | 92a02c1f7e2dcdc62913a4236589e7e5d96172b9 (diff) | |
download | cpython-a54fc683f237d8f0b6e999a63aa9b8c0a45b7fef.zip cpython-a54fc683f237d8f0b6e999a63aa9b8c0a45b7fef.tar.gz cpython-a54fc683f237d8f0b6e999a63aa9b8c0a45b7fef.tar.bz2 |
bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)
- [x] Build OpenSSL 1.1.1k for macOS
- [x] Build OpenSSL 1.1.1k for Windows
I have also updated multissl tester and various CI configurations to use latest OpenSSL. The versions were all over the place.
Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran
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 3fa7748..5822ba1 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -62,8 +62,8 @@ <libffiDir>$(ExternalsDir)libffi\</libffiDir> <libffiOutDir>$(ExternalsDir)libffi\$(ArchName)\</libffiOutDir> <libffiIncludeDir>$(libffiOutDir)include</libffiIncludeDir> - <opensslDir>$(ExternalsDir)openssl-1.1.1i\</opensslDir> - <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1i\$(ArchName)\</opensslOutDir> + <opensslDir>$(ExternalsDir)openssl-1.1.1k\</opensslDir> + <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1k\$(ArchName)\</opensslOutDir> <opensslIncludeDir>$(opensslOutDir)include</opensslIncludeDir> <nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir> <zlibDir>$(ExternalsDir)\zlib-1.2.11\</zlibDir> |