diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:37:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:37:05 -0400 |
commit | 3191ba389d12146b786ffd8af842a80e58c8c802 (patch) | |
tree | 2508677458946fe1fbffe216993b1201168a3678 /src/or/hs_descriptor.c | |
parent | fde868ffe3ace818d67374858c54418296a62e79 (diff) | |
download | tor-3191ba389d12146b786ffd8af842a80e58c8c802.tar.gz tor-3191ba389d12146b786ffd8af842a80e58c8c802.zip |
Move extend_info_t into its own header.
Diffstat (limited to 'src/or/hs_descriptor.c')
-rw-r--r-- | src/or/hs_descriptor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/hs_descriptor.c b/src/or/hs_descriptor.c index 096122392d..bda4dd64b7 100644 --- a/src/or/hs_descriptor.c +++ b/src/or/hs_descriptor.c @@ -67,6 +67,8 @@ #include "hs_config.h" #include "torcert.h" /* tor_cert_encode_ed22519() */ +#include "extend_info_st.h" + /* Constant string value used for the descriptor format. */ #define str_hs_desc "hs-descriptor" #define str_desc_cert "descriptor-signing-key-cert" |