diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-26 10:09:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-26 10:09:03 -0400 |
commit | 16dffa523e382caaca03515af3f455dcd191d461 (patch) | |
tree | dfbe47fa8c7aed43ab351d0e6c44b751612bb287 /src/feature/dirauth/shared_random.c | |
parent | 2402d95715286dcd3875cc0d0fb4766c42078a5e (diff) | |
download | tor-16dffa523e382caaca03515af3f455dcd191d461.tar.gz tor-16dffa523e382caaca03515af3f455dcd191d461.zip |
Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.
This is an automated commit, generated by this command:
./scripts/maint/rename_c_identifier.py \
confparse.h confmgt.h \
confparse.c confmgt.c \
CONFPARSE_PRIVATE CONFMGT_PRIVATE \
TOR_CONFPARSE_H TOR_CONFMGT_H
Diffstat (limited to 'src/feature/dirauth/shared_random.c')
-rw-r--r-- | src/feature/dirauth/shared_random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/shared_random.c b/src/feature/dirauth/shared_random.c index 2b9dc0c383..ebc595e517 100644 --- a/src/feature/dirauth/shared_random.c +++ b/src/feature/dirauth/shared_random.c @@ -90,7 +90,7 @@ #include "core/or/or.h" #include "feature/dirauth/shared_random.h" #include "app/config/config.h" -#include "lib/confmgt/confparse.h" +#include "lib/confmgt/confmgt.h" #include "lib/crypt_ops/crypto_rand.h" #include "lib/crypt_ops/crypto_util.h" #include "feature/nodelist/networkstatus.h" |