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_relaycell.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_relaycell.c')
-rw-r--r-- | src/test/test_relaycell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_relaycell.c b/src/test/test_relaycell.c index e6a6734032..0d78f97d8b 100644 --- a/src/test/test_relaycell.c +++ b/src/test/test_relaycell.c @@ -16,6 +16,7 @@ #include "relay.h" #include "test.h" +#include "crypt_path_st.h" #include "entry_connection_st.h" #include "origin_circuit_st.h" |