aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_buffers.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-08 15:06:40 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-05 13:57:51 -0400
commit150089cbd7445f76a5d29df7d33c15c3a1ada034 (patch)
tree321066203325ddc5782884d9cf5337193bc06d55 /src/test/test_buffers.c
parent5921b465e7764d35b3f128cf0cf096eca3226688 (diff)
downloadtor-150089cbd7445f76a5d29df7d33c15c3a1ada034.tar.gz
tor-150089cbd7445f76a5d29df7d33c15c3a1ada034.zip
Move the tls parts of buffers.c into buffers_tls.c
Diffstat (limited to 'src/test/test_buffers.c')
-rw-r--r--src/test/test_buffers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_buffers.c b/src/test/test_buffers.c
index 26c0625978..d2d1223f31 100644
--- a/src/test/test_buffers.c
+++ b/src/test/test_buffers.c
@@ -7,6 +7,7 @@
#define PROTO_HTTP_PRIVATE
#include "or.h"
#include "buffers.h"
+#include "buffers_tls.h"
#include "ext_orport.h"
#include "proto_cell.h"
#include "proto_ext_or.h"