From 430ca38f706be08e0df0c1cf025786cb25e46172 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 30 Sep 2018 23:08:25 -0500 Subject: Split the authority-cert and signature/hash code from routerparse --- src/test/fuzz/fuzz_consensus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test/fuzz/fuzz_consensus.c') diff --git a/src/test/fuzz/fuzz_consensus.c b/src/test/fuzz/fuzz_consensus.c index 1b3f019865..64507c67ea 100644 --- a/src/test/fuzz/fuzz_consensus.c +++ b/src/test/fuzz/fuzz_consensus.c @@ -1,8 +1,9 @@ /* Copyright (c) 2016-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ -#define ROUTERPARSE_PRIVATE +#define SIGCOMMON_PRIVATE #include "core/or/or.h" #include "feature/dirparse/routerparse.h" +#include "feature/dirparse/sigcommon.h" #include "feature/dirparse/unparseable.h" #include "feature/nodelist/networkstatus.h" #include "lib/crypt_ops/crypto_ed25519.h" -- cgit v1.2.3-54-g00ecf