Tweak openssl version

svn:r2840
This commit is contained in:
Nick Mathewson
2004-11-14 00:09:51 +00:00
parent 2b43a42cee
commit bfe66da425
+3 -3
View File
@@ -6,7 +6,8 @@
; How to make an installer:
; Step 0. If you are a Tor maintainer, make sure that tor.nsi and
; src/win32/orconfig.h all have the correct version number.
; Step 1. Download and install OpenSSL.
; Step 1. Download and install OpenSSL. Make sure that the OpenSSL
; version listed below matches the one you downloaded.
; Step 2. Download and install NSIS (http://nsis.sourceforge.net)
; Step 3. Make a directory under the main tor directory called "bin".
; Step 4. Copy ssleay32.dll and libeay32.dll from OpenSSL into "bin".
@@ -31,7 +32,6 @@
; all privoxy documents.)
; - The filename should probably have a revision number.
!include "MUI.nsh"
!define VERSION "0.0.9pre6-cvs"
@@ -110,7 +110,7 @@ Section "Tor" Tor
File /oname=$configfile "..\src\config\torrc.sample"
SectionEnd
Section "OpenSSL 0.9.7d" OpenSSL
Section "OpenSSL 0.9.7e" OpenSSL
SetOutPath $INSTDIR
File "${BIN}\libeay32.dll"
File "${BIN}\ssleay32.dll"