summaryrefslogtreecommitdiff
path: root/src/or/include.am
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2016-11-02 11:37:50 -0400
committerNick Mathewson <nickm@torproject.org>2016-12-14 15:18:36 -0500
commitd7be1fd5197ad984d45c1d9a0a033a2b95a9fd9e (patch)
treea1e1c05d80e686cc3e5edb5c61550262da69fcc7 /src/or/include.am
parentc4c90d56b543887ee9bee6553725151b09891d8e (diff)
downloadtor-d7be1fd5197ad984d45c1d9a0a033a2b95a9fd9e.tar.gz
tor-d7be1fd5197ad984d45c1d9a0a033a2b95a9fd9e.zip
prop224: Introduce the new introduction point code.
(pun not intended) Now our code supports both legacy and prop224 ESTABLISH_INTRO cells :) hs_intro_received_establish_intro() is the new entry point.
Diffstat (limited to 'src/or/include.am')
-rw-r--r--src/or/include.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am
index 10f8b85bdf..38777ccc6d 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -45,6 +45,9 @@ LIBTOR_A_SOURCES = \
src/or/dnsserv.c \
src/or/fp_pair.c \
src/or/geoip.c \
+ src/or/hs_intropoint.c \
+ src/or/hs_circuitmap.c \
+ src/or/hs_service.c \
src/or/entrynodes.c \
src/or/ext_orport.c \
src/or/hibernate.c \
@@ -164,6 +167,9 @@ ORHEADERS = \
src/or/hs_cache.h \
src/or/hs_common.h \
src/or/hs_descriptor.h \
+ src/or/hs_intropoint.h \
+ src/or/hs_circuitmap.h \
+ src/or/hs_service.h \
src/or/keypin.h \
src/or/main.h \
src/or/microdesc.h \