aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2009-01-29 23:22:25 +0000
committerAndrew Lewman <andrew@torproject.org>2009-01-29 23:22:25 +0000
commitfebf16c74fd65eb8f459d84d7eb26b2645f156fb (patch)
tree12264bd0e79c4e74e06ed54c47580861c809bd87
parent1b7ba021e87db45abd5601a01b15bec5e2891018 (diff)
downloadtor-febf16c74fd65eb8f459d84d7eb26b2645f156fb.tar.gz
tor-febf16c74fd65eb8f459d84d7eb26b2645f156fb.zip
backport r18327. Updated win32/mingw directions for openssl 0.9.8j.
svn:r18328
-rw-r--r--doc/tor-win32-mingw-creation.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt
index fd81570543..0efa2cb322 100644
--- a/doc/tor-win32-mingw-creation.txt
+++ b/doc/tor-win32-mingw-creation.txt
@@ -32,12 +32,12 @@ http://www.openssl.org/source/openssl-0.9.8j.tar.gz
Extract openssl:
Copy the openssl tarball into the "tor-mingw" directory.
Type "cd tor-mingw/"
-Type "tar zxf openssl-0.9.8i.tar.gz"
+Type "tar zxf openssl-0.9.8j.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.8i/"
+Type "cd tor-mingw/openssl-0.9.8j/"
Type "./Configure -no-idea -no-rc5 -no-mdc2 mingw"
Edit Makefile and remove the "test:" and "tests:" sections.
Type "rm -rf ./test"
@@ -47,6 +47,7 @@ Type "cd ../ssl/"
Type "find ./ -name "*.h" -exec cp {} ../include/openssl/ \;"
Type "cd .."
Type "cp *.h include/openssl/"
+Type "cp fips/fips.h include/openssl/"
# The next steps can take up to 30 minutes to complete.
Type "make"
Type "make install"