summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-01 00:33:23 -0500
committerNick Mathewson <nickm@torproject.org>2018-10-01 10:46:00 -0500
commitcd23903427844efb23048941af62643e5e0163cb (patch)
treecc2cd4c7bc647365cdbd35d1132a9e47c1aed9c0 /src/core
parent2be35f4d61fb8d05007ce65d0421a2ef71c07eb4 (diff)
downloadtor-cd23903427844efb23048941af62643e5e0163cb.tar.gz
tor-cd23903427844efb23048941af62643e5e0163cb.zip
Pull detached-signatures code into dirauth.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/include.am b/src/core/include.am
index 89b12e9582..6815f327fe 100644
--- a/src/core/include.am
+++ b/src/core/include.am
@@ -132,6 +132,7 @@ 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/recommend_pkg.c \
@@ -268,6 +269,7 @@ noinst_HEADERS += \
src/feature/dirauth/bwauth.h \
src/feature/dirauth/dircollate.h \
src/feature/dirauth/dirvote.h \
+ src/feature/dirauth/dsigs_parse.h \
src/feature/dirauth/guardfraction.h \
src/feature/dirauth/keypin.h \
src/feature/dirauth/ns_detached_signatures_st.h \