diff options
author | David Goulet <dgoulet@torproject.org> | 2022-06-27 15:17:54 -0400 |
---|---|---|
committer | Micah Elizabeth Scott <beth@torproject.org> | 2023-05-10 07:37:10 -0700 |
commit | c611e328de05685c6159a6c1a6bb8829b494c408 (patch) | |
tree | 0b709546e6eb9f2cc222861bb9ea565b34f9d3ac /src/feature/hs/include.am | |
parent | d79814f1b15368ef70f87bb696db6492e8a36c9e (diff) | |
download | tor-c611e328de05685c6159a6c1a6bb8829b494c408.tar.gz tor-c611e328de05685c6159a6c1a6bb8829b494c408.zip |
hs: Add data structure needed for PoW
Diffstat (limited to 'src/feature/hs/include.am')
-rw-r--r-- | src/feature/hs/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/hs/include.am b/src/feature/hs/include.am index c55abd3d47..efe85543cd 100644 --- a/src/feature/hs/include.am +++ b/src/feature/hs/include.am @@ -38,6 +38,7 @@ noinst_HEADERS += \ src/feature/hs/hs_ob.h \ src/feature/hs/hs_opts_st.h \ src/feature/hs/hs_options.inc \ + src/feature/hs/hs_pow.h \ src/feature/hs/hs_service.h \ src/feature/hs/hs_stats.h \ src/feature/hs/hsdir_index_st.h \ |