[tor-commits] [tor/master] Make the dsigs_parse.c module dirauth-only.

asn at torproject.org asn at torproject.org
Thu May 2 14:49:22 UTC 2019


commit aab02459243ef282849cd5015f3102a907ed1c17
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Apr 30 11:29:31 2019 -0400

    Make the dsigs_parse.c module dirauth-only.
---
 src/core/include.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/include.am b/src/core/include.am
index dba957b6b..f3ba10a3d 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





More information about the tor-commits mailing list