diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:52:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:52:32 -0400 |
commit | b3f2c682b721eac104455b09bd2f0d481f17d750 (patch) | |
tree | 23402335b637c63ab49757ca941cdb6b79a953a1 /src/test/test_hs_client.c | |
parent | e0830ff7bfd2c30c98b46f766d8ec59bd7ec4101 (diff) | |
download | tor-b3f2c682b721eac104455b09bd2f0d481f17d750.tar.gz tor-b3f2c682b721eac104455b09bd2f0d481f17d750.zip |
Extract crypt_path_t and relay_crypto_t into their own headers
Diffstat (limited to 'src/test/test_hs_client.c')
-rw-r--r-- | src/test/test_hs_client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_hs_client.c b/src/test/test_hs_client.c index bf0d56f8af..4443bd922b 100644 --- a/src/test/test_hs_client.c +++ b/src/test/test_hs_client.c @@ -37,6 +37,7 @@ #include "connection_edge.h" #include "networkstatus.h" +#include "crypt_path_st.h" #include "dir_connection_st.h" #include "entry_connection_st.h" #include "origin_circuit_st.h" |