diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2018-10-23 19:51:35 +0000 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-01-02 15:12:20 +0200 |
commit | 4ca1df6b326f32fcc87d7d3fd6294221f6964235 (patch) | |
tree | fec2f8ada61479e0a966ba89187d70ede909d865 /src/trunnel/include.am | |
parent | 659a4f06d46a0e8e4f391eda3b6d86f2ab6e4db9 (diff) | |
download | tor-4ca1df6b326f32fcc87d7d3fd6294221f6964235.tar.gz tor-4ca1df6b326f32fcc87d7d3fd6294221f6964235.zip |
Add padding negotiation trunnel output.
Co-authored-by: George Kadianakis <desnacked@riseup.net>
Diffstat (limited to 'src/trunnel/include.am')
-rw-r--r-- | src/trunnel/include.am | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/trunnel/include.am b/src/trunnel/include.am index b5db0609a8..4f4f1d3624 100644 --- a/src/trunnel/include.am +++ b/src/trunnel/include.am @@ -11,7 +11,8 @@ TRUNNELINPUTS = \ src/trunnel/link_handshake.trunnel \ src/trunnel/pwbox.trunnel \ src/trunnel/channelpadding_negotiation.trunnel \ - src/trunner/socks5.trunnel + src/trunnel/socks5.trunnel \ + src/trunnel/circpad_negotiation.trunnel TRUNNELSOURCES = \ src/ext/trunnel/trunnel.c \ @@ -23,8 +24,9 @@ TRUNNELSOURCES = \ src/trunnel/hs/cell_introduce1.c \ src/trunnel/hs/cell_rendezvous.c \ src/trunnel/channelpadding_negotiation.c \ - src/trunnel/socks5.c \ - src/trunnel/netinfo.c + src/trunnel/socks5.c \ + src/trunnel/netinfo.c \ + src/trunnel/circpad_negotiation.c TRUNNELHEADERS = \ src/ext/trunnel/trunnel.h \ @@ -39,7 +41,8 @@ TRUNNELHEADERS = \ src/trunnel/hs/cell_rendezvous.h \ src/trunnel/channelpadding_negotiation.h \ src/trunnel/socks5.h \ - src/trunnel/netinfo.h + src/trunnel/netinfo.h \ + src/trunnel/circpad_negotiation.h src_trunnel_libor_trunnel_a_SOURCES = $(TRUNNELSOURCES) src_trunnel_libor_trunnel_a_CPPFLAGS = \ |