diff options
| author | Luke Dashjr <[email protected]> | 2012-11-14 21:32:36 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-11-14 21:32:36 +0000 |
| commit | c6911a9755ef8daf7b9ae7d277c78ebf8e25b230 (patch) | |
| tree | 70fc4b026a6bb78f6d152678dfb1092d5914754e /src/serialize.h | |
| parent | Fixes a race condition in CreateNewBlock and a future null deref on testnet. (diff) | |
| parent | Merge branch '0.6.0.x' into 0.6.x (diff) | |
| download | discoin-c6911a9755ef8daf7b9ae7d277c78ebf8e25b230.tar.xz discoin-c6911a9755ef8daf7b9ae7d277c78ebf8e25b230.zip | |
Merge branch '0.6.x' into 0.7.x
Conflicts:
src/bitcoinrpc.cpp
src/crypter.h
src/main.cpp
src/qt/bitcoin.cpp
src/qt/qtipcserver.cpp
src/util.cpp
Diffstat (limited to 'src/serialize.h')
| -rw-r--r-- | src/serialize.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/serialize.h b/src/serialize.h index 63df3160a..5c6337c38 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -14,6 +14,8 @@ #include <cstring> #include <cstdio> +#include <openssl/crypto.h> // for OPENSSL_cleanse() + #include <boost/type_traits/is_fundamental.hpp> #include <boost/tuple/tuple.hpp> #include <boost/tuple/tuple_comparison.hpp> |