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/or/channeltls.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/or/channeltls.c')
-rw-r--r-- | src/or/channeltls.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/channeltls.c b/src/or/channeltls.c index 20a4d37b43..4d56778210 100644 --- a/src/or/channeltls.c +++ b/src/or/channeltls.c @@ -61,6 +61,8 @@ #include "channelpadding.h" #include "or_connection_st.h" +#include "or_handshake_certs_st.h" +#include "or_handshake_state_st.h" /** How many CELL_PADDING cells have we received, ever? */ uint64_t stats_n_padding_cells_processed = 0; |