]> granicus.if.org Git - python/commitdiff
Updated readme.txt about OpenSSL.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 28 Oct 2010 17:57:25 +0000 (17:57 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 28 Oct 2010 17:57:25 +0000 (17:57 +0000)
PC/VC6/readme.txt
PCbuild/readme.txt

index d3d3681882eb91039efe2fd4193f0246a5b9c34a..12b48dd68ced0e54e4364e7fbd350384959ec3f4 100644 (file)
@@ -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
index 69deac2b535dc4909a16e045c679350e9f47ffa3..48ff8eb4bd5c7ded31b4d00a8c716f8c329d2ded 100644 (file)
@@ -156,7 +156,7 @@ _ssl
     nasmw.exe.
 
     You can also install ActivePerl from
-        http://www.activestate.com/Products/ActivePerl/
+        http://www.activestate.com/activeperl/
     if you like to use the official sources instead of the files from 
     python's subversion repository. The svn version contains pre-build
     makefiles and assembly files.