mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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.
This commit is contained in:
@@ -5,7 +5,7 @@ if test "x$TRUNNEL_PATH" != "x"; then
|
||||
export PYTHONPATH
|
||||
fi
|
||||
|
||||
python -m trunnel --require-version=1.2 ./src/trunnel/*.trunnel
|
||||
python -m trunnel --require-version=1.4 ./src/trunnel/*.trunnel
|
||||
|
||||
python -m trunnel --require-version=1.2 --write-c-files --target-dir=./src/ext/trunnel/
|
||||
python -m trunnel --require-version=1.4 --write-c-files --target-dir=./src/ext/trunnel/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user