aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_link_handshake.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-19 19:11:49 -0500
committerNick Mathewson <nickm@torproject.org>2020-02-19 19:11:57 -0500
commitdd4fa9b46899855dec66e31a1ebf5164d5cd281c (patch)
tree899fc82c805a3bc57eb4d69b8d707c5c0706b5fe /src/test/test_link_handshake.c
parenta65efa7e8378fa470b7312509eecf92aa029817f (diff)
downloadtor-dd4fa9b46899855dec66e31a1ebf5164d5cd281c.tar.gz
tor-dd4fa9b46899855dec66e31a1ebf5164d5cd281c.zip
Extract relay-only handshake code into its own file.
This is not the only relay-only handshake code, but it is most of such code that is in connection_or.c.
Diffstat (limited to 'src/test/test_link_handshake.c')
-rw-r--r--src/test/test_link_handshake.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_link_handshake.c b/src/test/test_link_handshake.c
index 96542ce7ac..98e8447d86 100644
--- a/src/test/test_link_handshake.c
+++ b/src/test/test_link_handshake.c
@@ -18,6 +18,7 @@
#include "feature/relay/routerkeys.h"
#include "core/or/scheduler.h"
#include "feature/nodelist/torcert.h"
+#include "core/or/relay_handshake.h"
#include "core/or/or_connection_st.h"
#include "core/or/or_handshake_certs_st.h"