From: Andrew Lewman Date: Fri, 14 Dec 2007 05:12:15 +0000 (+0000) Subject: remove vestiges of libcrypto and libssl X-Git-Tag: tor-0.2.0.13-alpha~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=348b0a8e4200c423d99913af1654341bb7512708;p=thirdparty%2Ftor.git remove vestiges of libcrypto and libssl svn:r12804 --- 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"