diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-12 11:39:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-12 11:39:37 -0400 |
commit | 67351f672450d5f13754294405243a59ddd86de9 (patch) | |
tree | 016368ae0c3b6e56c0dc03c185fe5a095d72f22e /src/test/fuzz/fuzz_iptsv2.c | |
parent | 391756f262c93d4361fb6189a3ba9704283f73aa (diff) | |
parent | a1504f138d978d73b2c6129957dd0ee344a97efa (diff) | |
download | tor-67351f672450d5f13754294405243a59ddd86de9.tar.gz tor-67351f672450d5f13754294405243a59ddd86de9.zip |
Merge remote-tracking branch 'tor-github/pr/380'
Diffstat (limited to 'src/test/fuzz/fuzz_iptsv2.c')
-rw-r--r-- | src/test/fuzz/fuzz_iptsv2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/fuzz/fuzz_iptsv2.c b/src/test/fuzz/fuzz_iptsv2.c index a3082f4d0e..265677eebe 100644 --- a/src/test/fuzz/fuzz_iptsv2.c +++ b/src/test/fuzz/fuzz_iptsv2.c @@ -1,9 +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/nodelist/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" |