diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-08 15:06:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-05 13:57:51 -0400 |
commit | 150089cbd7445f76a5d29df7d33c15c3a1ada034 (patch) | |
tree | 321066203325ddc5782884d9cf5337193bc06d55 /src/or/connection.c | |
parent | 5921b465e7764d35b3f128cf0cf096eca3226688 (diff) | |
download | tor-150089cbd7445f76a5d29df7d33c15c3a1ada034.tar.gz tor-150089cbd7445f76a5d29df7d33c15c3a1ada034.zip |
Move the tls parts of buffers.c into buffers_tls.c
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 637b38cec7..866ce5e0b4 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -58,6 +58,7 @@ #include "or.h" #include "bridges.h" #include "buffers.h" +#include "buffers_tls.h" /* * Define this so we get channel internal functions, since we're implementing * part of a subclass (channel_tls_t). |