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/rendcommon.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/rendcommon.c')
-rw-r--r-- | src/or/rendcommon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 308b91878b..116ca730f9 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -31,6 +31,7 @@ #include "routerlist.h" #include "routerparse.h" +#include "crypt_path_st.h" #include "origin_circuit_st.h" /** Return 0 if one and two are the same service ids, else -1 or 1 */ |