mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add code to configure hidden services, parse configuration, generate keys and service IDs, and store/load them from disk
svn:r1410
This commit is contained in:
+12
-8
@@ -4,17 +4,21 @@ noinst_PROGRAMS = test
|
||||
|
||||
bin_PROGRAMS = tor
|
||||
|
||||
tor_SOURCES = buffers.c circuit.c command.c connection.c \
|
||||
connection_or.c config.c dirserv.c rendcommon.c \
|
||||
onion.c router.c routerlist.c directory.c dns.c connection_edge.c \
|
||||
rephist.c cpuworker.c main.c tor_main.c
|
||||
tor_SOURCES = buffers.c circuit.c command.c config.c \
|
||||
connection.c connection_edge.c connection_or.c \
|
||||
cpuworker.c directory.c dirserv.c dns.c main.c \
|
||||
onion.c rendcommon.c rendservice.c rephist.c \
|
||||
router.c routerlist.c \
|
||||
tor_main.c
|
||||
|
||||
tor_LDADD = ../common/libor.a
|
||||
|
||||
test_SOURCES = buffers.c circuit.c command.c connection.c \
|
||||
connection_or.c config.c dirserv.c rendcommon.c \
|
||||
onion.c router.c routerlist.c directory.c dns.c connection_edge.c \
|
||||
rephist.c cpuworker.c main.c test.c
|
||||
test_SOURCES = buffers.c circuit.c command.c config.c \
|
||||
connection.c connection_edge.c connection_or.c \
|
||||
cpuworker.c directory.c dirserv.c dns.c main.c \
|
||||
onion.c rendcommon.c rendservice.c rephist.c \
|
||||
router.c routerlist.c \
|
||||
test.c
|
||||
|
||||
test_LDADD = ../common/libor.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user