From 4fb789e9b2ffdf48fd50293b3982b3fce4d5fbdf Mon Sep 17 00:00:00 2001 From: Jim Posen Date: Fri, 24 Aug 2018 14:48:23 -0700 Subject: Extract CSipHasher to it's own file in crypto/ directory. This is a move-only commit with the exception of changes to includes. --- src/blockencodings.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/blockencodings.cpp') diff --git a/src/blockencodings.cpp b/src/blockencodings.cpp index a06bced11b..10f51931f0 100644 --- a/src/blockencodings.cpp +++ b/src/blockencodings.cpp @@ -6,7 +6,8 @@ #include #include #include -#include +#include +#include #include #include #include -- cgit v1.2.3