aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2014-04-28 03:09:13 +0200
committerPieter Wuille <[email protected]>2014-06-21 19:47:39 +0200
commit1cc344ce42d8dddd6356c89ef3ceb58418676816 (patch)
tree36577c13adeaa82a546e3d9b5a6bb37c45c180f1 /src/Makefile.test.include
parentSwitch miner.cpp to use sha2 instead of OpenSSL. (diff)
downloaddiscoin-1cc344ce42d8dddd6356c89ef3ceb58418676816.tar.xz
discoin-1cc344ce42d8dddd6356c89ef3ceb58418676816.zip
Add built-in SHA-1 implementation.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 93723309a..7cf441bd6 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -45,6 +45,7 @@ BITCOIN_TESTS =\
test/script_P2SH_tests.cpp \
test/script_tests.cpp \
test/serialize_tests.cpp \
+ test/sha1_tests.cpp \
test/sha2_tests.cpp \
test/sigopcount_tests.cpp \
test/test_bitcoin.cpp \