mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Generate trunnel impls and include into build
This commit is contained in:
parent
adbe6a2521
commit
240f33e327
@ -10,7 +10,8 @@ TRUNNELINPUTS = \
|
||||
src/trunnel/ed25519_cert.trunnel \
|
||||
src/trunnel/link_handshake.trunnel \
|
||||
src/trunnel/pwbox.trunnel \
|
||||
src/trunnel/channelpadding_negotiation.trunnel
|
||||
src/trunnel/channelpadding_negotiation.trunnel \
|
||||
src/trunner/socks5.trunnel
|
||||
|
||||
TRUNNELSOURCES = \
|
||||
src/ext/trunnel/trunnel.c \
|
||||
@ -21,7 +22,8 @@ TRUNNELSOURCES = \
|
||||
src/trunnel/hs/cell_establish_intro.c \
|
||||
src/trunnel/hs/cell_introduce1.c \
|
||||
src/trunnel/hs/cell_rendezvous.c \
|
||||
src/trunnel/channelpadding_negotiation.c
|
||||
src/trunnel/channelpadding_negotiation.c \
|
||||
src/trunnel/socks5.c
|
||||
|
||||
TRUNNELHEADERS = \
|
||||
src/ext/trunnel/trunnel.h \
|
||||
@ -34,7 +36,8 @@ TRUNNELHEADERS = \
|
||||
src/trunnel/hs/cell_establish_intro.h \
|
||||
src/trunnel/hs/cell_introduce1.h \
|
||||
src/trunnel/hs/cell_rendezvous.h \
|
||||
src/trunnel/channelpadding_negotiation.h
|
||||
src/trunnel/channelpadding_negotiation.h \
|
||||
src/trunnel/socks5.h
|
||||
|
||||
src_trunnel_libor_trunnel_a_SOURCES = $(TRUNNELSOURCES)
|
||||
src_trunnel_libor_trunnel_a_CPPFLAGS = \
|
||||
|
5054
src/trunnel/socks5.c
Normal file
5054
src/trunnel/socks5.c
Normal file
File diff suppressed because it is too large
Load Diff
1370
src/trunnel/socks5.h
Normal file
1370
src/trunnel/socks5.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user