diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-03-18 11:39:46 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-03-18 11:39:46 (GMT) |
commit | ecdfd513a2a506f70c4d5aa0f3d39b9323f91e6e (patch) | |
tree | 01abcae5588e2ba375b1e11ff446f82d55cce62b /PC/VC6/readme.txt | |
parent | 7303b594e62349251cbb9d98141a96885fc88e6f (diff) | |
download | cpython-ecdfd513a2a506f70c4d5aa0f3d39b9323f91e6e.zip cpython-ecdfd513a2a506f70c4d5aa0f3d39b9323f91e6e.tar.gz cpython-ecdfd513a2a506f70c4d5aa0f3d39b9323f91e6e.tar.bz2 |
Merged revisions 70448 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70448 | hirokazu.yamamoto | 2009-03-18 19:17:26 +0900 | 3 lines
Updated openssl support on VC6. (openssl-0.9.6g is old, cannot compile with _ssl.c)
If you use http://svn.python.org/projects/external/openssl-0.9.8g, Perl is not needed.
This scheme was ported from PCBuild.
........
Diffstat (limited to 'PC/VC6/readme.txt')
-rw-r--r-- | PC/VC6/readme.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PC/VC6/readme.txt b/PC/VC6/readme.txt index 5f4b9db..0645fa3 100644 --- a/PC/VC6/readme.txt +++ b/PC/VC6/readme.txt @@ -150,13 +150,13 @@ _ssl http://www.openssl.org You (probably) don't want the "engine" code. For example, get - openssl-0.9.6g.tar.gz + openssl-0.9.8g.tar.gz not - openssl-engine-0.9.6g.tar.gz + openssl-engine-0.9.8g.tar.gz Unpack into the "dist" directory, retaining the folder name from the archive - for example, the latest stable OpenSSL will install as - dist/openssl-0.9.6g + dist/openssl-0.9.8g You can (theoretically) use any version of OpenSSL you like - the build process will automatically select the latest version. |