diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-10-26 04:05:06 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-10-26 04:05:06 (GMT) |
commit | 16e7f97bcbcd14d3ef0ceb0947714e382dafe1e6 (patch) | |
tree | 3efca22e5a227ad8e62c4431d911feb1eb345926 /PCbuild | |
parent | 3894ae20eac7e77969292fc0536633c648b8d043 (diff) | |
download | cpython-16e7f97bcbcd14d3ef0ceb0947714e382dafe1e6.zip cpython-16e7f97bcbcd14d3ef0ceb0947714e382dafe1e6.tar.gz cpython-16e7f97bcbcd14d3ef0ceb0947714e382dafe1e6.tar.bz2 |
Update OpenSSL version in PCbuild\readme.txt
Diffstat (limited to 'PCbuild')
-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 7d57726..3a30bc8 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.1h of the OpenSSL secure sockets + Python wrapper for version 1.0.1j of the OpenSSL secure sockets library, which is built by ssl.vcxproj Homepage: http://www.openssl.org/ |