Move CCryptoKeyStore to crypter.cpp

This breaks the dependency on crypter for disable-wallet builds.
This commit is contained in:
Wladimir J. van der Laan
2013-11-30 06:09:32 +01:00
parent ae6ea5a6fa
commit 829c920387
5 changed files with 240 additions and 237 deletions

View File

@@ -39,7 +39,6 @@ version.o: obj/build.h
libbitcoin_server_a_SOURCES = \
addrman.cpp \
alert.cpp \
crypter.cpp \
rpcserver.cpp \
bloom.cpp \
chainparams.cpp \
@@ -61,6 +60,7 @@ libbitcoin_server_a_SOURCES = \
libbitcoin_wallet_a_SOURCES = \
db.cpp \
crypter.cpp \
miner.cpp \
rpcdump.cpp \
rpcmining.cpp \