aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2011-05-28 13:00:33 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2011-05-28 13:00:33 -0700
commit5fecb27c1ec6b583fa07028cd26c21dd191c125f (patch)
tree663ec473091e89da86bc9c104e099e080c7a9d67 /share
parent12a1256c1d33bb4580cd8ab7284d117ca42ec97c (diff)
parent0649b6af90bbe8f3e12f0fae6516ca12125d1dc9 (diff)
downloadbitcoin-0.3.22rc6.tar.xz
Merge pull request #278 from TheBlueMatt/win32sslv0.3.22rc6
Update to openssl-1.0.0d and enable RPC-SSL on Win32
Diffstat (limited to 'share')
-rw-r--r--share/setup.nsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/setup.nsi b/share/setup.nsi
index 4239f53207..d265302532 100644
--- a/share/setup.nsi
+++ b/share/setup.nsi
@@ -60,7 +60,6 @@ Section -Main SEC0000
SetOutPath $INSTDIR
SetOverwrite on
File ../src/bitcoin.exe
- File ../../openssl-1.0.0d/libeay32.dll
File /oname=license.txt ../COPYING
File /oname=readme.txt ../doc/README_windows.txt
SetOutPath $INSTDIR\daemon
@@ -108,7 +107,6 @@ done${UNSECTION_ID}:
# Uninstaller sections
Section /o -un.Main UNSEC0000
Delete /REBOOTOK $INSTDIR\bitcoin.exe
- Delete /REBOOTOK $INSTDIR\libeay32.dll
Delete /REBOOTOK $INSTDIR\license.txt
Delete /REBOOTOK $INSTDIR\readme.txt
RMDir /r /REBOOTOK $INSTDIR\daemon