diff options
author | Christian Heimes <christian@python.org> | 2022-03-15 20:31:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 20:31:00 (GMT) |
commit | a59ac1e7d20713573c15c5259c83e998a73e9094 (patch) | |
tree | 5b4039a408ec36350ba530bb5a939cbc7f353fcf /Misc | |
parent | 88c243fd8d5a43282ef06bd0872e3b88c68bb856 (diff) | |
download | cpython-a59ac1e7d20713573c15c5259c83e998a73e9094.zip cpython-a59ac1e7d20713573c15c5259c83e998a73e9094.tar.gz cpython-a59ac1e7d20713573c15c5259c83e998a73e9094.tar.bz2 |
[3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>.
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-03-15-09-28-55.bpo-47024.t7-dcu.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-03-15-09-28-55.bpo-47024.t7-dcu.rst b/Misc/NEWS.d/next/Build/2022-03-15-09-28-55.bpo-47024.t7-dcu.rst new file mode 100644 index 0000000..1035cba --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-03-15-09-28-55.bpo-47024.t7-dcu.rst @@ -0,0 +1 @@ +Update OpenSSL to 1.1.1n for macOS installers and all Windows builds. |