[or-cvs] r18328: {tor} backport r18327. Updated win32/mingw directions for openssl (tor/branches/tor-0_2_0-patches/doc)

phobos at seul.org phobos at seul.org
Thu Jan 29 23:22:26 UTC 2009


Author: phobos
Date: 2009-01-29 18:22:25 -0500 (Thu, 29 Jan 2009)
New Revision: 18328

Modified:
   tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt
Log:
backport r18327. Updated win32/mingw directions for openssl 0.9.8j.


Modified: tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt	2009-01-29 23:21:37 UTC (rev 18327)
+++ tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt	2009-01-29 23:22:25 UTC (rev 18328)
@@ -32,12 +32,12 @@
 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 "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"



More information about the tor-commits mailing list