diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-08 14:43:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-05-28 10:41:49 -0400 |
commit | df05e195ee64d7ed1b5a1b5d74c5868683788ba2 (patch) | |
tree | 6279c16881d61e890918704db459e89beaa45053 /scripts | |
parent | 24b720a984cc6c05ebc51d0c699a36119c518ee4 (diff) | |
download | tor-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 'scripts')
-rwxr-xr-x | scripts/codegen/run_trunnel.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/codegen/run_trunnel.sh b/scripts/codegen/run_trunnel.sh index 5f694ce6c9..d2669931e9 100755 --- a/scripts/codegen/run_trunnel.sh +++ b/scripts/codegen/run_trunnel.sh @@ -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/ |