tor/scripts/codegen/run_trunnel.sh
Nick Mathewson df05e195ee 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.
2015-05-28 10:41:49 -04:00

12 lines
272 B
Bash
Executable File

#!/bin/sh
if test "x$TRUNNEL_PATH" != "x"; then
PYTHONPATH="${TRUNNEL_PATH}:${PYTHONPATH}"
export PYTHONPATH
fi
python -m trunnel --require-version=1.4 ./src/trunnel/*.trunnel
python -m trunnel --require-version=1.4 --write-c-files --target-dir=./src/ext/trunnel/