mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Tweak openssl version
svn:r2840
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user