aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2014-05-03 01:04:18 +0200
committerPieter Wuille <[email protected]>2014-06-21 19:47:42 +0200
commit7ecd9739d9439624399a4882a9f196ccf0c7ba4a (patch)
tree197b608c5f20f8eb2c6bf6e1364e422351df59b9 /src/Makefile.am
parentAdd built-in RIPEMD-160 implementation (diff)
downloaddiscoin-7ecd9739d9439624399a4882a9f196ccf0c7ba4a.tar.xz
discoin-7ecd9739d9439624399a4882a9f196ccf0c7ba4a.zip
Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d583a7903..01655b701 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -75,6 +75,7 @@ BITCOIN_CORE_H = \
rpcserver.h \
script.h \
serialize.h \
+ crypto/common.h \
crypto/sha2.h \
crypto/sha1.h \
crypto/ripemd160.h \