diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-05-18 13:28:01 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-05-18 13:28:01 (GMT) |
commit | 3407dfbaf90d1445af66266663fe0615ab0d6003 (patch) | |
tree | 7e7e27e1c4b50b236e6a7ebacb46b9d0154034d1 /PC/VC6 | |
parent | 0d635aef92758ae7502a5dccf449b8597ce36ba6 (diff) | |
download | cpython-3407dfbaf90d1445af66266663fe0615ab0d6003.zip cpython-3407dfbaf90d1445af66266663fe0615ab0d6003.tar.gz cpython-3407dfbaf90d1445af66266663fe0615ab0d6003.tar.bz2 |
Upgrade OpenSSL to 1.0.0j
Diffstat (limited to 'PC/VC6')
-rw-r--r-- | PC/VC6/readme.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/PC/VC6/readme.txt b/PC/VC6/readme.txt index 7e85c96..fa1ae7d 100644 --- a/PC/VC6/readme.txt +++ b/PC/VC6/readme.txt @@ -153,10 +153,9 @@ _ssl Unpack into the "dist" directory, retaining the folder name from the archive - for example, the latest stable OpenSSL will install as - dist/openssl-1.0.0a + dist/openssl-1.0.0j - You can (theoretically) use any version of OpenSSL you like - the - build process will automatically select the latest version. + You need to use version 1.0.0j of OpenSSL. You can install the NASM assembler from http://www.nasm.us/ |