aboutsummaryrefslogtreecommitdiff
path: root/src/ext/trunnel/trunnel.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-25 14:49:00 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-25 14:49:00 -0400
commit50d15e06b32ce743ac4da532f29abb3781c4b990 (patch)
treece7ffcaf0764107fc044849ed5cd4b98f3ff8de3 /src/ext/trunnel/trunnel.c
parentd303d6244e097dd2f5256d11d3a529cf63398d69 (diff)
downloadtor-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.c')
-rw-r--r--src/ext/trunnel/trunnel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/trunnel/trunnel.c b/src/ext/trunnel/trunnel.c
index 4bc28e3f04..da4885ca01 100644
--- a/src/ext/trunnel/trunnel.c
+++ b/src/ext/trunnel/trunnel.c
@@ -1,3 +1,7 @@
+/* trunnel.c -- copied from Trunnel v1.2
+ * https://gitweb.torproject.org/trunnel.git
+ * You probably shouldn't edit this file.
+ */
/* trunnel.c -- Helper functions to implement trunnel.
*
* Copyright 2014, The Tor Project, Inc.