diff options
| author | Jim Posen <[email protected]> | 2018-08-24 14:48:23 -0700 |
|---|---|---|
| committer | Jim Posen <[email protected]> | 2018-11-05 09:25:15 -0800 |
| commit | 4fb789e9b2ffdf48fd50293b3982b3fce4d5fbdf (patch) | |
| tree | 24f14fbfe6b2079e3dbc0952d72477431f679535 /src/test/hash_tests.cpp | |
| parent | Merge #14632: Tests: Fix a comment (diff) | |
| download | discoin-4fb789e9b2ffdf48fd50293b3982b3fce4d5fbdf.tar.xz discoin-4fb789e9b2ffdf48fd50293b3982b3fce4d5fbdf.zip | |
Extract CSipHasher to it's own file in crypto/ directory.
This is a move-only commit with the exception of changes to includes.
Diffstat (limited to 'src/test/hash_tests.cpp')
| -rw-r--r-- | src/test/hash_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/hash_tests.cpp b/src/test/hash_tests.cpp index fd3a6b0de..e8e504085 100644 --- a/src/test/hash_tests.cpp +++ b/src/test/hash_tests.cpp @@ -2,6 +2,7 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include <crypto/siphash.h> #include <hash.h> #include <util/strencodings.h> #include <test/test_bitcoin.h> |