diff options
| author | Pieter Wuille <[email protected]> | 2014-04-28 03:09:13 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-06-21 19:47:39 +0200 |
| commit | 1cc344ce42d8dddd6356c89ef3ceb58418676816 (patch) | |
| tree | 36577c13adeaa82a546e3d9b5a6bb37c45c180f1 /src/Makefile.test.include | |
| parent | Switch miner.cpp to use sha2 instead of OpenSSL. (diff) | |
| download | discoin-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.include | 1 |
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 \ |