diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-24 08:53:54 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-24 10:00:51 -0500 |
commit | e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06 (patch) | |
tree | 6c51e22a807c490fbdab04caf1703da6d2551001 /src/feature/hs_common | |
parent | c9bd3579f7e77076eb3543cc5875ed8f9a0d689a (diff) | |
download | tor-e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06.tar.gz tor-e1cf10ceb7b742b5028ff4f5cfbf2b2e67572c06.zip |
Move voting_schedule.[ch] to src/feature/dirauth/
Diffstat (limited to 'src/feature/hs_common')
-rw-r--r-- | src/feature/hs_common/shared_random_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs_common/shared_random_client.c b/src/feature/hs_common/shared_random_client.c index a46666ab50..0881bf8330 100644 --- a/src/feature/hs_common/shared_random_client.c +++ b/src/feature/hs_common/shared_random_client.c @@ -11,7 +11,7 @@ #include "feature/hs_common/shared_random_client.h" #include "app/config/config.h" -#include "feature/dircommon/voting_schedule.h" +#include "feature/dirauth/voting_schedule.h" #include "feature/nodelist/networkstatus.h" #include "lib/encoding/binascii.h" |