diff options
| author | practicalswift <[email protected]> | 2017-06-06 21:15:28 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-06-06 21:29:16 +0200 |
| commit | 3fb81a8480582d96e8c87ef1b963a11c55064d57 (patch) | |
| tree | 281172cf926a2384dbada8832f6e55fe995b8631 /src/test/crypto_tests.cpp | |
| parent | Merge #10201: pass Consensus::Params& to functions in validation.cpp and make... (diff) | |
| download | discoin-3fb81a8480582d96e8c87ef1b963a11c55064d57.tar.xz discoin-3fb81a8480582d96e8c87ef1b963a11c55064d57.zip | |
Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of
Diffstat (limited to 'src/test/crypto_tests.cpp')
| -rw-r--r-- | src/test/crypto_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/crypto_tests.cpp b/src/test/crypto_tests.cpp index 72e562808..73bd89205 100644 --- a/src/test/crypto_tests.cpp +++ b/src/test/crypto_tests.cpp @@ -17,7 +17,6 @@ #include <vector> -#include <boost/assign/list_of.hpp> #include <boost/test/unit_test.hpp> #include <openssl/aes.h> #include <openssl/evp.h> |