diff options
author | David Goulet <dgoulet@torproject.org> | 2019-08-13 09:26:46 -0400 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-08-26 15:53:46 +0300 |
commit | dde073764c2eb237919aa9e908fda1968c11a091 (patch) | |
tree | 2b5b906e470bee81ec016bc7189526d321e32f75 /src/feature/hs/hs_cell.c | |
parent | aee66c80bd9824650b26c4918fcfeed37ddb9b49 (diff) | |
download | tor-dde073764c2eb237919aa9e908fda1968c11a091.tar.gz tor-dde073764c2eb237919aa9e908fda1968c11a091.zip |
test: Build DoS cell extension
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/hs/hs_cell.c')
-rw-r--r-- | src/feature/hs/hs_cell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_cell.c b/src/feature/hs/hs_cell.c index a67af1e9ad..547dda3e16 100644 --- a/src/feature/hs/hs_cell.c +++ b/src/feature/hs/hs_cell.c @@ -554,7 +554,7 @@ build_establish_intro_dos_extension(const hs_service_config_t *service_config, /* Allocate and build all the ESTABLISH_INTRO cell extension. The given * extensions pointer is always set to a valid cell extension object. */ -static trn_cell_extension_t * +STATIC trn_cell_extension_t * build_establish_intro_extensions(const hs_service_config_t *service_config, const hs_service_intro_point_t *ip) { |