Update to openssl 0.9.8e and libevent 1.3b

svn:r11176
This commit is contained in:
Andrew Lewman 2007-08-19 03:00:03 +00:00
parent c054f75dfa
commit 07d9dc945b
1 changed files with 4 additions and 4 deletions

View File

@ -21,15 +21,15 @@ Stage Two: Download, extract, compile openssl
----------------------------------------------
Download openssl:
http://www.openssl.org/source/openssl-0.9.8d.tar.gz
http://www.openssl.org/source/openssl-0.9.8e.tar.gz
Extract openssl:
Copy the openssl tarball into the "tor-mingw" directory.
Type "cd tor-mingw/"
Type "tar zxf openssl-0.9.8d.tar.gz"
Type "tar zxf openssl-0.9.8e.tar.gz"
Make openssl libraries:
Type "cd tor-mingw/openssl-0.9.8d/"
Type "cd tor-mingw/openssl-0.9.8e/"
Type "./Configure mingw"
Edit Makefile and remove the "test:" and "tests:" sections.
Type "rm -rf ./test"
@ -77,7 +77,7 @@ Type "make -f win32/Makefile.gcc"
Done.
Stage Four: Download, extract, and patch libevent-1.1b.
Stage Four: Download, extract, and patch libevent-1.3b.
------------------------------------------------------
Download libevent-1.3b: