Update to openssl-1.0.0d and enable RPC-SSL on Win32
[novacoin.git] / share / setup.nsi
index 4239f53..d265302 100644 (file)
@@ -60,7 +60,6 @@ Section -Main SEC0000
     SetOutPath $INSTDIR\r
     SetOverwrite on\r
     File ../src/bitcoin.exe\r
-    File ../../openssl-1.0.0d/libeay32.dll\r
     File /oname=license.txt ../COPYING\r
     File /oname=readme.txt ../doc/README_windows.txt\r
     SetOutPath $INSTDIR\daemon\r
@@ -108,7 +107,6 @@ done${UNSECTION_ID}:
 # Uninstaller sections\r
 Section /o -un.Main UNSEC0000\r
     Delete /REBOOTOK $INSTDIR\bitcoin.exe\r
-    Delete /REBOOTOK $INSTDIR\libeay32.dll\r
     Delete /REBOOTOK $INSTDIR\license.txt\r
     Delete /REBOOTOK $INSTDIR\readme.txt\r
     RMDir /r /REBOOTOK $INSTDIR\daemon\r