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_entrynodes.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_entrynodes.c')
-rw-r--r-- | src/test/test_entrynodes.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test_entrynodes.c b/src/test/test_entrynodes.c index 19a32aa8a2..83a3ecbfc0 100644 --- a/src/test/test_entrynodes.c +++ b/src/test/test_entrynodes.c @@ -30,11 +30,12 @@ #include "statefile.h" #include "util.h" +#include "crypt_path_st.h" #include "dir_connection_st.h" +#include "origin_circuit_st.h" #include "test_helpers.h" #include "log_test_helpers.h" -#include "origin_circuit_st.h" /* TODO: * choose_random_entry() test with state set. |