aboutsummaryrefslogtreecommitdiff
path: root/src/trunnel/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-08 14:43:33 -0400
committerNick Mathewson <nickm@torproject.org>2015-05-28 10:41:49 -0400
commitdf05e195ee64d7ed1b5a1b5d74c5868683788ba2 (patch)
tree6279c16881d61e890918704db459e89beaa45053 /src/trunnel/include.am
parent24b720a984cc6c05ebc51d0c699a36119c518ee4 (diff)
downloadtor-df05e195ee64d7ed1b5a1b5d74c5868683788ba2.tar.gz
tor-df05e195ee64d7ed1b5a1b5d74c5868683788ba2.zip
Add trunnel-generated items for link handshake code.
This includes the link handshake variations for proposal220. We'll use this for testing first, and then use it to extend our current code to support prop220.
Diffstat (limited to 'src/trunnel/include.am')
-rw-r--r--src/trunnel/include.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/trunnel/include.am b/src/trunnel/include.am
index 6e7851aafe..2d8c051f19 100644
--- a/src/trunnel/include.am
+++ b/src/trunnel/include.am
@@ -11,11 +11,13 @@ AM_CPPFLAGS += -I$(srcdir)/src/ext/trunnel -I$(srcdir)/src/trunnel
TRUNNELINPUTS = \
src/trunnel/ed25519_cert.trunnel \
+ src/trunnel/link_handshake.trunnel \
src/trunnel/pwbox.trunnel
TRUNNELSOURCES = \
src/ext/trunnel/trunnel.c \
src/trunnel/ed25519_cert.c \
+ src/trunnel/link_handshake.c \
src/trunnel/pwbox.c
TRUNNELHEADERS = \
@@ -23,6 +25,7 @@ TRUNNELHEADERS = \
src/ext/trunnel/trunnel-impl.h \
src/trunnel/trunnel-local.h \
src/trunnel/ed25519_cert.h \
+ src/trunnel/link_handshake.h \
src/trunnel/pwbox.h
src_trunnel_libor_trunnel_a_SOURCES = $(TRUNNELSOURCES)