diff options
Diffstat (limited to 'src/feature/hs/hs_pow.c')
-rw-r--r-- | src/feature/hs/hs_pow.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/feature/hs/hs_pow.c b/src/feature/hs/hs_pow.c index 1cc8bcb6bd..c36870fd4a 100644 --- a/src/feature/hs/hs_pow.c +++ b/src/feature/hs/hs_pow.c @@ -9,12 +9,10 @@ typedef unsigned __int128 uint128_t; -// TODO fixme -#include <blake2.h> - #include <stdio.h> #include "ext/ht.h" +#include "ext/compat_blake2.h" #include "core/or/circuitlist.h" #include "core/or/origin_circuit_st.h" #include "feature/hs/hs_cache.h" |