diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-30 23:51:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-01 10:46:00 -0500 |
commit | 2be35f4d61fb8d05007ce65d0421a2ef71c07eb4 (patch) | |
tree | 9ed208c8234917e4940c3989bcb88e291945bc0c /src/test/fuzz | |
parent | aff5bf5464172bbbe549e147ebd4ba809a8b252c (diff) | |
download | tor-2be35f4d61fb8d05007ce65d0421a2ef71c07eb4.tar.gz tor-2be35f4d61fb8d05007ce65d0421a2ef71c07eb4.zip |
Split microdescriptor parser into its own file.
Diffstat (limited to 'src/test/fuzz')
-rw-r--r-- | src/test/fuzz/fuzz_microdesc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/fuzz/fuzz_microdesc.c b/src/test/fuzz/fuzz_microdesc.c index 789e522af6..ab54cf2a34 100644 --- a/src/test/fuzz/fuzz_microdesc.c +++ b/src/test/fuzz/fuzz_microdesc.c @@ -1,8 +1,8 @@ /* 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/microdesc_parse.h" #include "feature/dirparse/unparseable.h" #include "feature/nodelist/microdesc.h" #include "lib/crypt_ops/crypto_ed25519.h" |