diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-30 23:31:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-01 00:09:00 -0500 |
commit | 82f4d3ca75566be89e2d26667691e742cd9b4637 (patch) | |
tree | e920a90a0324cb7cdcb8eba5b0f7878e839de1ec /src/test/fuzz/fuzz_iptsv2.c | |
parent | 430ca38f706be08e0df0c1cf025786cb25e46172 (diff) | |
download | tor-82f4d3ca75566be89e2d26667691e742cd9b4637.tar.gz tor-82f4d3ca75566be89e2d26667691e742cd9b4637.zip |
Move v2 hs parsing into feature/rend
Diffstat (limited to 'src/test/fuzz/fuzz_iptsv2.c')
-rw-r--r-- | src/test/fuzz/fuzz_iptsv2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/fuzz/fuzz_iptsv2.c b/src/test/fuzz/fuzz_iptsv2.c index c2147c8bae..265677eebe 100644 --- a/src/test/fuzz/fuzz_iptsv2.c +++ b/src/test/fuzz/fuzz_iptsv2.c @@ -1,10 +1,10 @@ /* Copyright (c) 2016-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ -#define ROUTERPARSE_PRIVATE + #include "core/or/or.h" -#include "feature/dirparse/routerparse.h" #include "feature/dirparse/unparseable.h" #include "feature/rend/rendcommon.h" +#include "feature/rend/rendparse.h" #include "lib/crypt_ops/crypto_ed25519.h" #include "feature/rend/rend_service_descriptor_st.h" |