aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2009-04-09 04:12:10 +0000
committerAndrew Lewman <andrew@torproject.org>2009-04-09 04:12:10 +0000
commit94e713bc5c4b8ce7db7ef1460e9a813030d93eec (patch)
tree410baec324da263b70c3f88a58c99f5ab6325b9c
parent62e782644f785083b554d22bdb7bd81311652155 (diff)
downloadtor-94e713bc5c4b8ce7db7ef1460e9a813030d93eec.tar.gz
tor-94e713bc5c4b8ce7db7ef1460e9a813030d93eec.zip
backport 19248, update to openssl 0.9.8k
svn:r19249
-rw-r--r--doc/tor-win32-mingw-creation.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt
index 0efa2cb322..f31d2741c4 100644
--- a/doc/tor-win32-mingw-creation.txt
+++ b/doc/tor-win32-mingw-creation.txt
@@ -27,17 +27,17 @@ Stage Two: Download, extract, compile openssl
----------------------------------------------
Download openssl:
-http://www.openssl.org/source/openssl-0.9.8j.tar.gz
+http://www.openssl.org/source/openssl-0.9.8k.tar.gz
Extract openssl:
Copy the openssl tarball into the "tor-mingw" directory.
Type "cd tor-mingw/"
-Type "tar zxf openssl-0.9.8j.tar.gz"
+Type "tar zxf openssl-0.9.8k.tar.gz"
(Note: There are many symlink errors because Windows doesn't support
symlinks. You can ignore these errors.)
Make openssl libraries:
-Type "cd tor-mingw/openssl-0.9.8j/"
+Type "cd tor-mingw/openssl-0.9.8k/"
Type "./Configure -no-idea -no-rc5 -no-mdc2 mingw"
Edit Makefile and remove the "test:" and "tests:" sections.
Type "rm -rf ./test"