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/trunnel | |
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/trunnel')
-rw-r--r-- | src/trunnel/pwbox.c | 3 | ||||
-rw-r--r-- | src/trunnel/pwbox.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/trunnel/pwbox.c b/src/trunnel/pwbox.c index 0fbbf2eb6a..b70e1d8265 100644 --- a/src/trunnel/pwbox.c +++ b/src/trunnel/pwbox.c @@ -1,5 +1,6 @@ -/* pwbox.c -- generated by Trunnel v1.1-dev. +/* pwbox.c -- generated by Trunnel v1.2. * https://gitweb.torproject.org/trunnel.git + * You probably shouldn't edit this file. */ #include <stdlib.h> #include "trunnel-impl.h" diff --git a/src/trunnel/pwbox.h b/src/trunnel/pwbox.h index 84bbdf3a80..5b170eb45e 100644 --- a/src/trunnel/pwbox.h +++ b/src/trunnel/pwbox.h @@ -1,5 +1,6 @@ -/* pwbox.h -- generated by by Trunnel v1.1-dev. +/* pwbox.h -- generated by by Trunnel v1.2. * https://gitweb.torproject.org/trunnel.git + * You probably shouldn't edit this file. */ #ifndef TRUNNEL_PWBOX_H #define TRUNNEL_PWBOX_H |