diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 12:47:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 13:19:00 -0400 |
commit | accf239fa3e84451711a25a96ddb13877fd9fcfa (patch) | |
tree | 2063992761a8ec44b050ddfb7d86525ee1f009f5 /src/or/dirauth | |
parent | 25ccfff86a5b29c9c1ec9b3d01fe1dc796e9afa0 (diff) | |
download | tor-accf239fa3e84451711a25a96ddb13877fd9fcfa.tar.gz tor-accf239fa3e84451711a25a96ddb13877fd9fcfa.zip |
Rectify include paths (automated)
Diffstat (limited to 'src/or/dirauth')
-rw-r--r-- | src/or/dirauth/shared_random.c | 4 | ||||
-rw-r--r-- | src/or/dirauth/shared_random_state.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/or/dirauth/shared_random.c b/src/or/dirauth/shared_random.c index 0860efacad..8b53c1e743 100644 --- a/src/or/dirauth/shared_random.c +++ b/src/or/dirauth/shared_random.c @@ -91,8 +91,8 @@ #include "or/dirauth/shared_random.h" #include "or/config.h" #include "or/confparse.h" -#include "common/crypto_rand.h" -#include "common/crypto_util.h" +#include "lib/crypt_ops/crypto_rand.h" +#include "lib/crypt_ops/crypto_util.h" #include "or/networkstatus.h" #include "or/router.h" #include "or/routerkeys.h" diff --git a/src/or/dirauth/shared_random_state.c b/src/or/dirauth/shared_random_state.c index 9bea02e820..f77a64dfc9 100644 --- a/src/or/dirauth/shared_random_state.c +++ b/src/or/dirauth/shared_random_state.c @@ -13,7 +13,7 @@ #include "or/or.h" #include "or/config.h" #include "or/confparse.h" -#include "common/crypto_util.h" +#include "lib/crypt_ops/crypto_util.h" #include "or/dirauth/dirvote.h" #include "or/networkstatus.h" #include "or/router.h" |