aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2007-12-14 05:12:15 +0000
committerAndrew Lewman <andrew@torproject.org>2007-12-14 05:12:15 +0000
commit348b0a8e4200c423d99913af1654341bb7512708 (patch)
tree7c9241d3a88cfc2e22e8cd7c38c3b061fb842cf8 /contrib
parent7e327380a9f93063deed7488c2ef1ac5de8bd253 (diff)
downloadtor-348b0a8e4200c423d99913af1654341bb7512708.tar.gz
tor-348b0a8e4200c423d99913af1654341bb7512708.zip
remove vestiges of libcrypto and libssl
svn:r12804
Diffstat (limited to 'contrib')
-rw-r--r--contrib/tor-mingw.nsi.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index c78daee8a6..fa26098289 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -13,7 +13,7 @@
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
-!define BIN "..\bin" ;BIN is where it expects to find tor.exe, tor-resolve.exe, libcrypto.a and libssl.a
+!define BIN "..\bin" ;BIN is where it expects to find tor.exe, tor-resolve.exe
SetCompressor /SOLID LZMA ;Tighter compression
@@ -201,8 +201,6 @@ FunctionEnd
Function un.InstallFiles
Delete "$DESKTOP\Tor.lnk"
- Delete "$INSTDIR\libcrypto.a"
- Delete "$INSTDIR\libssl.a"
Delete "$INSTDIR\tor.exe"
Delete "$INSTDIR\tor-resolve.exe"
Delete "$INSTDIR\Tor Website.url"