diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-14 00:09:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-14 00:09:51 +0000 |
commit | 89adfcfb901bcf03435b639a3aac1146c99cb6c4 (patch) | |
tree | 01fa69378cd162c8b721585a187844e9685f3b3e /contrib | |
parent | ed4fa186994f651776b586f1204b00801e6bdee9 (diff) | |
download | tor-89adfcfb901bcf03435b639a3aac1146c99cb6c4.tar tor-89adfcfb901bcf03435b639a3aac1146c99cb6c4.tar.gz |
Tweak openssl version
svn:r2840
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tor.nsi b/contrib/tor.nsi index db6c2aac7..48db024cf 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -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" |