From df05e195ee64d7ed1b5a1b5d74c5868683788ba2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 8 Oct 2014 14:43:33 -0400 Subject: 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. --- src/trunnel/include.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/trunnel/include.am') 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) -- cgit v1.2.3-54-g00ecf