diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2014-10-26 01:38:13 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-11-20 17:22:06 +0100 |
commit | a8f5087e5318211b58b0c87ebd4e036e6c6721e5 (patch) | |
tree | 5817f0270ff14c66089ee13bb0a2ea9c6148a96b /src/Makefile.am | |
parent | 36fa4a78acac0ae6bb0e95c6ef78630120a28bdd (diff) |
Add HMAC-SHA256
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e1e6915185..1a5c57a3fa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -205,11 +205,13 @@ crypto_libbitcoin_crypto_a_SOURCES = \ crypto/sha1.cpp \ crypto/sha256.cpp \ crypto/sha512.cpp \ + crypto/hmac_sha256.cpp \ crypto/hmac_sha512.cpp \ crypto/ripemd160.cpp \ crypto/common.h \ crypto/sha256.h \ crypto/sha512.h \ + crypto/hmac_sha256.h \ crypto/hmac_sha512.h \ crypto/sha1.h \ crypto/ripemd160.h |