diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-10-11 02:57:20 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-10-11 02:57:20 (GMT) |
commit | 068534ab037236aa80d489383aded87c28553eb0 (patch) | |
tree | e9127d0b27769a13fc83efb5da4214af5018ef15 /PCbuild/readme.txt | |
parent | cb9424f6435cf02ba913d0263d69524bcc294095 (diff) | |
download | cpython-068534ab037236aa80d489383aded87c28553eb0.zip cpython-068534ab037236aa80d489383aded87c28553eb0.tar.gz cpython-068534ab037236aa80d489383aded87c28553eb0.tar.bz2 |
Issue #28248: Update Windows build to use OpenSSL 1.0.2j
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index e0c6685..148a305 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -171,7 +171,7 @@ _lzma Homepage:
http://tukaani.org/xz/
_ssl
- Python wrapper for version 1.0.2d of the OpenSSL secure sockets
+ Python wrapper for version 1.0.2j of the OpenSSL secure sockets
library, which is built by ssl.vcxproj
Homepage:
http://www.openssl.org/
|