summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-03-21 12:08:39 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-03-21 12:08:39 (GMT)
commita0f4549b790bd61d86d289b65c3158b20a903225 (patch)
tree789f897aefc7d3f6a547cc6db3402cd20edffdff /PCbuild/readme.txt
parent48b4bf7b1a0feae48df27d7ecb9fdde448ef432d (diff)
downloadcpython-a0f4549b790bd61d86d289b65c3158b20a903225.zip
cpython-a0f4549b790bd61d86d289b65c3158b20a903225.tar.gz
cpython-a0f4549b790bd61d86d289b65c3158b20a903225.tar.bz2
Update to OpenSSL 0.9.8a
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r--PCbuild/readme.txt14
1 files changed, 3 insertions, 11 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 94ea702..a27b90f 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -227,19 +227,11 @@ _bsddb
_ssl
Python wrapper for the secure sockets library.
- Get the latest source code for OpenSSL from
- http://www.openssl.org
+ Get the source code through
- You (probably) don't want the "engine" code. For example, get
- openssl-0.9.7d.tar.gz
- not
- openssl-engine-0.9.7d.tar.gz
-
- (see #1233049 for using 0.9.8).
- 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.7d
+ svn export http://svn.python.org/projects/external/openssl-0.9.8a
+ Alternatively, get the latest version from http://www.openssl.org.
You can (theoretically) use any version of OpenSSL you like - the
build process will automatically select the latest version.