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/or/rendclient.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/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 6762bbfb00..8e621562ad 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -33,6 +33,7 @@ #include "routerlist.h" #include "routerset.h" +#include "crypt_path_st.h" #include "dir_connection_st.h" #include "entry_connection_st.h" #include "origin_circuit_st.h" |