diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:56:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:56:15 -0400 |
commit | bcc283bcc90ed5ef6f8da22b63df01aea1794b2a (patch) | |
tree | f3951f1770ebac51937e26ae74fb0fcfcdef697f /src/test/test_link_handshake.c | |
parent | 19c34b46589492be3fe19bed7e5729c1c7d231f1 (diff) | |
download | tor-bcc283bcc90ed5ef6f8da22b63df01aea1794b2a.tar.gz tor-bcc283bcc90ed5ef6f8da22b63df01aea1794b2a.zip |
Split or_handshake_{certs,state}_t into their own headers.
Diffstat (limited to 'src/test/test_link_handshake.c')
-rw-r--r-- | src/test/test_link_handshake.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_link_handshake.c b/src/test/test_link_handshake.c index 94e784cdc2..1c2e91b83c 100644 --- a/src/test/test_link_handshake.c +++ b/src/test/test_link_handshake.c @@ -22,6 +22,8 @@ #include "torcert.h" #include "or_connection_st.h" +#include "or_handshake_certs_st.h" +#include "or_handshake_state_st.h" #include "test.h" #include "log_test_helpers.h" |