diff options
author | Ned Deily <nad@python.org> | 2018-09-11 15:52:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 15:52:40 (GMT) |
commit | 3102e24d83315eee42a94c460956fbcb92ac510f (patch) | |
tree | 929f7a71e129a87c1eca1ff9afc2563b155660e9 /Misc | |
parent | a37825418649873a0fa971dc7e5e6d142c124574 (diff) | |
download | cpython-3102e24d83315eee42a94c460956fbcb92ac510f.zip cpython-3102e24d83315eee42a94c460956fbcb92ac510f.tar.gz cpython-3102e24d83315eee42a94c460956fbcb92ac510f.tar.bz2 |
bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst b/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst new file mode 100644 index 0000000..3bc9c4c --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst @@ -0,0 +1 @@ +Update to OpenSSL 1.1.0i for macOS installer builds. |