diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2014-12-18 14:49:19 +0100 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2015-01-06 00:28:44 +0100 |
commit | 1a9576de9dbb1910cb8462e513938d45ef7b5a23 (patch) | |
tree | ad075be51862d5612f3f2957a9bf3ce576b699e7 /src/Makefile.am | |
parent | ec20fd74b89272a4f53337ccdf7683a7f52bab11 (diff) |
Use libsecp256k1's RFC6979 implementation
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bc2b1aff96..5a5b9cc3d8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -209,14 +209,12 @@ crypto_libbitcoin_crypto_a_SOURCES = \ crypto/sha256.cpp \ crypto/sha512.cpp \ crypto/hmac_sha256.cpp \ - crypto/rfc6979_hmac_sha256.cpp \ crypto/hmac_sha512.cpp \ crypto/ripemd160.cpp \ crypto/common.h \ crypto/sha256.h \ crypto/sha512.h \ crypto/hmac_sha256.h \ - crypto/rfc6979_hmac_sha256.h \ crypto/hmac_sha512.h \ crypto/sha1.h \ crypto/ripemd160.h |