]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove vestiges of libcrypto and libssl
authorAndrew Lewman <andrew@torproject.org>
Fri, 14 Dec 2007 05:12:15 +0000 (05:12 +0000)
committerAndrew Lewman <andrew@torproject.org>
Fri, 14 Dec 2007 05:12:15 +0000 (05:12 +0000)
svn:r12804

contrib/tor-mingw.nsi.in

index c78daee8a674f11bc6e7507efa4d92b54e84e7db..fa26098289745afd2303044ff7e8b1a2c92ef814 100644 (file)
@@ -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"