diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-02-22 10:08:51 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-02-22 10:08:51 (GMT) |
commit | 6fe57ad229d46516c1ead1d37c015824b2428746 (patch) | |
tree | 4a9478521f27892bd3d6414bb0f29d2652e02b17 /PCbuild/readme.txt | |
parent | 16f164e9b8b25b4c3e203249be44e910b0ee5827 (diff) | |
download | cpython-6fe57ad229d46516c1ead1d37c015824b2428746.zip cpython-6fe57ad229d46516c1ead1d37c015824b2428746.tar.gz cpython-6fe57ad229d46516c1ead1d37c015824b2428746.tar.bz2 |
Issue #26268: Update Windows builds to use OpenSSL 1.0.2f
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 09a996f..78ee0f9 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -169,7 +169,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.2f of the OpenSSL secure sockets
library, which is built by ssl.vcxproj
Homepage:
http://www.openssl.org/
|