diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2014-05-03 01:04:18 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-06-21 19:47:42 +0200 |
commit | 7ecd9739d9439624399a4882a9f196ccf0c7ba4a (patch) | |
tree | 197b608c5f20f8eb2c6bf6e1364e422351df59b9 /src/Makefile.am | |
parent | a5bc9c09177420bd1c6a1f9ece9ecfbe80c453fe (diff) |
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.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d583a79032..01655b7011 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 \ |