[or-cvs] r12804: remove vestiges of libcrypto and libssl (tor/trunk/contrib)

phobos at seul.org phobos at seul.org
Fri Dec 14 05:12:16 UTC 2007


Author: phobos
Date: 2007-12-14 00:12:15 -0500 (Fri, 14 Dec 2007)
New Revision: 12804

Modified:
   tor/trunk/contrib/tor-mingw.nsi.in
Log:
remove vestiges of libcrypto and libssl


Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in	2007-12-14 05:10:14 UTC (rev 12803)
+++ tor/trunk/contrib/tor-mingw.nsi.in	2007-12-14 05:12:15 UTC (rev 12804)
@@ -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 @@
 
 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"



More information about the tor-commits mailing list