mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Extract addr-policy parsing code.
This commit is contained in:
@@ -77,6 +77,7 @@ LIBTOR_APP_A_SOURCES = \
|
||||
src/feature/dirparse/microdesc_parse.c \
|
||||
src/feature/dirparse/ns_parse.c \
|
||||
src/feature/dirparse/parsecommon.c \
|
||||
src/feature/dirparse/policy_parse.c \
|
||||
src/feature/dirparse/routerparse.c \
|
||||
src/feature/dirparse/sigcommon.c \
|
||||
src/feature/dirparse/signing.c \
|
||||
@@ -301,6 +302,7 @@ noinst_HEADERS += \
|
||||
src/feature/dirparse/microdesc_parse.h \
|
||||
src/feature/dirparse/ns_parse.h \
|
||||
src/feature/dirparse/parsecommon.h \
|
||||
src/feature/dirparse/policy_parse.h \
|
||||
src/feature/dirparse/routerparse.h \
|
||||
src/feature/dirparse/sigcommon.h \
|
||||
src/feature/dirparse/signing.h \
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "feature/client/bridges.h"
|
||||
#include "app/config/config.h"
|
||||
#include "core/or/policies.h"
|
||||
#include "feature/dirparse/policy_parse.h"
|
||||
#include "feature/dirparse/routerparse.h"
|
||||
#include "feature/nodelist/microdesc.h"
|
||||
#include "feature/nodelist/networkstatus.h"
|
||||
|
||||
Reference in New Issue
Block a user