Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c3d709

Browse files
author
Hirokazu Yamamoto
committed
Updated readme.txt about OpenSSL.
1 parent 5be365f commit 7c3d709

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

PC/VC6/readme.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,20 +148,18 @@ _ssl
148148
Get the latest source code for OpenSSL from
149149
http://www.openssl.org
150150

151-
You (probably) don't want the "engine" code. For example, get
152-
openssl-0.9.8g.tar.gz
153-
not
154-
openssl-engine-0.9.8g.tar.gz
151+
You (probably) don't want the "engine" code. For example, don't get
152+
openssl-engine-0.9.6g.tar.gz
155153

156154
Unpack into the "dist" directory, retaining the folder name from
157155
the archive - for example, the latest stable OpenSSL will install as
158-
dist/openssl-0.9.8g
156+
dist/openssl-1.0.0a
159157

160158
You can (theoretically) use any version of OpenSSL you like - the
161159
build process will automatically select the latest version.
162160

163161
You must also install ActivePerl from
164-
http://www.activestate.com/Products/ActivePerl/
162+
http://www.activestate.com/activeperl/
165163
as this is used by the OpenSSL build process. Complain to them <wink>.
166164

167165
The MSVC project simply invokes PC/VC6/build_ssl.py to perform

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ _ssl
156156
nasmw.exe.
157157

158158
You can also install ActivePerl from
159-
http://www.activestate.com/Products/ActivePerl/
159+
http://www.activestate.com/activeperl/
160160
if you like to use the official sources instead of the files from
161161
python's subversion repository. The svn version contains pre-build
162162
makefiles and assembly files.

0 commit comments

Comments
 (0)