aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/authcert.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-30 23:08:25 -0500
committerNick Mathewson <nickm@torproject.org>2018-10-01 00:09:00 -0500
commit430ca38f706be08e0df0c1cf025786cb25e46172 (patch)
tree278406566788d370c0373caceefc19b1e9905fb0 /src/feature/nodelist/authcert.c
parent2f5dc486993b88eb23de7f06043991f08e4d0d73 (diff)
downloadtor-430ca38f706be08e0df0c1cf025786cb25e46172.tar.gz
tor-430ca38f706be08e0df0c1cf025786cb25e46172.zip
Split the authority-cert and signature/hash code from routerparse
Diffstat (limited to 'src/feature/nodelist/authcert.c')
-rw-r--r--src/feature/nodelist/authcert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/nodelist/authcert.c b/src/feature/nodelist/authcert.c
index 1d23770168..b111422d0d 100644
--- a/src/feature/nodelist/authcert.c
+++ b/src/feature/nodelist/authcert.c
@@ -28,7 +28,7 @@
#include "feature/dirclient/dlstatus.h"
#include "feature/dircommon/directory.h"
#include "feature/dircommon/fp_pair.h"
-#include "feature/dirparse/routerparse.h"
+#include "feature/dirparse/authcert_parse.h"
#include "feature/nodelist/authcert.h"
#include "feature/nodelist/dirlist.h"
#include "feature/nodelist/networkstatus.h"