diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:14:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:14:11 -0400 |
commit | 1e4e9db8157e8691327fe9ee9de5df6fe9891040 (patch) | |
tree | 226289f2b748155beb81c0af86d6f66af3fb4184 /src/test/test_dir_common.c | |
parent | b8ae4111e38bc9cf6ac395b78601c150f710936f (diff) | |
download | tor-1e4e9db8157e8691327fe9ee9de5df6fe9891040.tar.gz tor-1e4e9db8157e8691327fe9ee9de5df6fe9891040.zip |
Extract authority_cert_t into its own header
Diffstat (limited to 'src/test/test_dir_common.c')
-rw-r--r-- | src/test/test_dir_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_dir_common.c b/src/test/test_dir_common.c index 3fad1c3af0..c23282ba85 100644 --- a/src/test/test_dir_common.c +++ b/src/test/test_dir_common.c @@ -14,6 +14,7 @@ #include "test_dir_common.h" #include "voting_schedule.h" +#include "authority_cert_st.h" #include "networkstatus_st.h" #include "networkstatus_voter_info_st.h" #include "vote_microdesc_hash_st.h" |