diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-10-28 17:57:25 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-10-28 17:57:25 (GMT) |
commit | 7c3d7093771543312eea17b0cd8d8285d44a20fc (patch) | |
tree | d1ea34cf9678a982c0032bf38aed2366a3a84bf9 /PC | |
parent | 5be365f55d37dbceef6c12492007514c558437f6 (diff) | |
download | cpython-7c3d7093771543312eea17b0cd8d8285d44a20fc.zip cpython-7c3d7093771543312eea17b0cd8d8285d44a20fc.tar.gz cpython-7c3d7093771543312eea17b0cd8d8285d44a20fc.tar.bz2 |
Updated readme.txt about OpenSSL.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/readme.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/PC/VC6/readme.txt b/PC/VC6/readme.txt index d3d3681..12b48dd 100644 --- a/PC/VC6/readme.txt +++ b/PC/VC6/readme.txt @@ -148,20 +148,18 @@ _ssl Get the latest source code for OpenSSL from http://www.openssl.org - You (probably) don't want the "engine" code. For example, get - openssl-0.9.8g.tar.gz - not - openssl-engine-0.9.8g.tar.gz + You (probably) don't want the "engine" code. For example, don't get + openssl-engine-0.9.6g.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.8g + dist/openssl-1.0.0a You can (theoretically) use any version of OpenSSL you like - the build process will automatically select the latest version. You must also install ActivePerl from - http://www.activestate.com/Products/ActivePerl/ + http://www.activestate.com/activeperl/ as this is used by the OpenSSL build process. Complain to them <wink>. The MSVC project simply invokes PC/VC6/build_ssl.py to perform |