diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-02-21 04:52:49 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-02-21 04:52:49 +0000 |
commit | 00296adcc04b5c2e554fa0f196136615f827cca5 (patch) | |
tree | 5c99fc56e97c6ed424af60fc364e207755380caf /contrib | |
parent | b089248e653c53b75e143e85ce2f7ee06ca95a55 (diff) | |
download | tor-00296adcc04b5c2e554fa0f196136615f827cca5.tar.gz tor-00296adcc04b5c2e554fa0f196136615f827cca5.zip |
tor.nsi: we have openssl 0.9.8a
svn:r6067
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor.nsi b/contrib/tor.nsi index ae17a9f62b..03f6834da8 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -113,7 +113,7 @@ Section "Tor" Tor File /oname=$configfile "..\src\config\torrc.sample" SectionEnd -Section "OpenSSL 0.9.7e" OpenSSL +Section "OpenSSL 0.9.8a" OpenSSL SetOutPath $INSTDIR File "${BIN}\libeay32.dll" File "${BIN}\ssleay32.dll" |