diff options
author | Zachary Ware <zach@python.org> | 2024-02-05 23:10:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 23:10:55 (GMT) |
commit | 01dceba13e872e9ca24b8e00a2b75db3d0d6c1a3 (patch) | |
tree | 972217b0b5607a2bf0f1b2da80298df65d82d9c1 /Misc/NEWS.d/next/Windows | |
parent | bb57ffdb38e9e8df8f9ea71f1430dbbe4bf2d3ac (diff) | |
download | cpython-01dceba13e872e9ca24b8e00a2b75db3d0d6c1a3.zip cpython-01dceba13e872e9ca24b8e00a2b75db3d0d6c1a3.tar.gz cpython-01dceba13e872e9ca24b8e00a2b75db3d0d6c1a3.tar.bz2 |
gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115043)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2024-02-05-16-53-12.gh-issue-109991.YqjnDz.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-02-05-16-53-12.gh-issue-109991.YqjnDz.rst b/Misc/NEWS.d/next/Windows/2024-02-05-16-53-12.gh-issue-109991.YqjnDz.rst new file mode 100644 index 0000000..d9923c3 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-02-05-16-53-12.gh-issue-109991.YqjnDz.rst @@ -0,0 +1 @@ +Update Windows build to use OpenSSL 3.0.13. |