aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_channeltls.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-01 14:16:25 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-01 15:20:37 -0400
commit49f88e77e5f9dec60e2409e1f6d3e3935c5eab69 (patch)
tree3db9c2fe6603a557b11e8cd6c9486612f858878c /src/test/test_channeltls.c
parentf54a5cbfb6d58399ee152306fcd7e0c55292a173 (diff)
downloadtor-49f88e77e5f9dec60e2409e1f6d3e3935c5eab69.tar.gz
tor-49f88e77e5f9dec60e2409e1f6d3e3935c5eab69.zip
Extract more constants from or.h
Diffstat (limited to 'src/test/test_channeltls.c')
-rw-r--r--src/test/test_channeltls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_channeltls.c b/src/test/test_channeltls.c
index aed766fc00..ad2b443cf2 100644
--- a/src/test/test_channeltls.c
+++ b/src/test/test_channeltls.c
@@ -11,6 +11,7 @@
#include "lib/container/buffers.h"
#include "or/channel.h"
#include "or/channeltls.h"
+#include "or/connection.h"
#include "or/connection_or.h"
#include "or/config.h"
/* For init/free stuff */
@@ -336,4 +337,3 @@ struct testcase_t channeltls_tests[] = {
TT_FORK, NULL, NULL },
END_OF_TESTCASES
};
-