diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-30 11:29:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-30 15:00:07 -0400 |
commit | aab02459243ef282849cd5015f3102a907ed1c17 (patch) | |
tree | c18cd7c3e2e3116698d638b5d6549c287f2a6fec /src/core | |
parent | 853942b71e1a397cbe025dd9c101ccbab4bdaa11 (diff) | |
download | tor-aab02459243ef282849cd5015f3102a907ed1c17.tar.gz tor-aab02459243ef282849cd5015f3102a907ed1c17.zip |
Make the dsigs_parse.c module dirauth-only.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/include.am b/src/core/include.am index dba957b6b5..f3ba10a3df 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -154,7 +154,6 @@ LIBTOR_APP_A_SOURCES = \ # the separation is only in the code location. LIBTOR_APP_A_SOURCES += \ src/feature/dirauth/bwauth.c \ - src/feature/dirauth/dsigs_parse.c \ src/feature/dirauth/guardfraction.c \ src/feature/dirauth/reachability.c \ src/feature/dirauth/process_descs.c \ @@ -179,6 +178,7 @@ MODULE_DIRAUTH_SOURCES = \ src/feature/dirauth/dirauth_sys.c \ src/feature/dirauth/dircollate.c \ src/feature/dirauth/dirvote.c \ + src/feature/dirauth/dsigs_parse.c \ src/feature/dirauth/recommend_pkg.c \ src/feature/dirauth/shared_random.c \ src/feature/dirauth/shared_random_state.c |