aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/fuzz_http_connect.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-05 14:41:35 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-05 14:41:35 -0400
commit4ce60dab0077ba30d1507a6b92e7b933870ed092 (patch)
tree994c7e739e8e72d43e4a4c1a40fe2d2addc44ea8 /src/test/fuzz/fuzz_http_connect.c
parent73b0e2e6fd02140d349ebc6d4ae44c6a28a0f39c (diff)
downloadtor-4ce60dab0077ba30d1507a6b92e7b933870ed092.tar.gz
tor-4ce60dab0077ba30d1507a6b92e7b933870ed092.zip
Resolve inconsistencies between buf refactor and HTTP connect
Diffstat (limited to 'src/test/fuzz/fuzz_http_connect.c')
-rw-r--r--src/test/fuzz/fuzz_http_connect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/fuzz/fuzz_http_connect.c b/src/test/fuzz/fuzz_http_connect.c
index 68f58387ed..dc674070b2 100644
--- a/src/test/fuzz/fuzz_http_connect.c
+++ b/src/test/fuzz/fuzz_http_connect.c
@@ -12,6 +12,7 @@
#include "config.h"
#include "connection.h"
#include "connection_edge.h"
+#include "proto_socks.h"
#include "torlog.h"
#include "fuzzing.h"