boost: code movement only: split CECKey into separate files

This commit is contained in:
Cory Fields
2014-10-21 15:04:03 -04:00
parent bdaec6abd3
commit 50f71cd52e
4 changed files with 384 additions and 330 deletions

View File

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