aboutsummaryrefslogtreecommitdiff
path: root/scripts/codegen
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-08 14:43:33 -0400
committerNick Mathewson <nickm@torproject.org>2015-05-28 10:41:49 -0400
commitdf05e195ee64d7ed1b5a1b5d74c5868683788ba2 (patch)
tree6279c16881d61e890918704db459e89beaa45053 /scripts/codegen
parent24b720a984cc6c05ebc51d0c699a36119c518ee4 (diff)
downloadtor-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/codegen')
-rwxr-xr-xscripts/codegen/run_trunnel.sh4
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/