diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-25 14:49:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-25 14:49:00 -0400 |
commit | 50d15e06b32ce743ac4da532f29abb3781c4b990 (patch) | |
tree | ce7ffcaf0764107fc044849ed5cd4b98f3ff8de3 /src/ext/trunnel/trunnel.h | |
parent | d303d6244e097dd2f5256d11d3a529cf63398d69 (diff) | |
download | tor-50d15e06b32ce743ac4da532f29abb3781c4b990.tar.gz tor-50d15e06b32ce743ac4da532f29abb3781c4b990.zip |
Use --require-version to prevent running trunnel pre-1.2
(Also, regenerate trunnel stuff with trunnel 1.2. This just adds a
few comments to our output.)
Diffstat (limited to 'src/ext/trunnel/trunnel.h')
-rw-r--r-- | src/ext/trunnel/trunnel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/trunnel/trunnel.h b/src/ext/trunnel/trunnel.h index 0a78e6cfca..f51cade03f 100644 --- a/src/ext/trunnel/trunnel.h +++ b/src/ext/trunnel/trunnel.h @@ -1,3 +1,7 @@ +/* trunnel.h -- copied from Trunnel v1.2 + * https://gitweb.torproject.org/trunnel.git + * You probably shouldn't edit this file. + */ /* trunnel.h -- Public declarations for trunnel, to be included * in trunnel header files. |