Merge pull request #5118

50f71cd boost: code movement only: split CECKey into separate files (Cory Fields)
bdaec6a boost: remove CPubKey dependency from CECKey. Follow-up of e405aa48 (Cory Fields)
This commit is contained in:
Pieter Wuille
2014-10-27 20:46:50 -07:00
4 changed files with 404 additions and 343 deletions

View File

@@ -84,6 +84,7 @@ BITCOIN_CORE_H = \
core_io.h \
crypter.h \
db.h \
ecwrapper.h \
hash.h \
init.h \
key.h \
@@ -214,6 +215,7 @@ libbitcoin_common_a_SOURCES = \
core.cpp \
core_read.cpp \
core_write.cpp \
ecwrapper.cpp \
hash.cpp \
key.cpp \
keystore.cpp \