summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-05-01 11:31:33 -0400
committerDavid Goulet <dgoulet@torproject.org>2018-05-01 11:45:34 -0400
commit70c92c336661a164e3905be157aa8a16de77462a (patch)
treefffc9f2998d45bc1332407547116cd8ab6e92615 /src/or/routerparse.c
parent2d79d0155e3bdf42c2b8ff450d4d4bd85ee17c72 (diff)
downloadtor-70c92c336661a164e3905be157aa8a16de77462a.tar.gz
tor-70c92c336661a164e3905be157aa8a16de77462a.zip
sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h}
No code behavior change. Pars of #25988 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 5d4be0870a..a729aa4b11 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -74,7 +74,7 @@
#include "entrynodes.h"
#include "torcert.h"
#include "sandbox.h"
-#include "shared_random_common.h"
+#include "shared_random_client.h"
#include "voting_schedule.h"
#include "dirauth/shared_random.h"