aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_shared_random.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/test/test_shared_random.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/test/test_shared_random.c')
-rw-r--r--src/test/test_shared_random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_shared_random.c b/src/test/test_shared_random.c
index 1c16524b65..775a1c1d23 100644
--- a/src/test/test_shared_random.c
+++ b/src/test/test_shared_random.c
@@ -16,7 +16,7 @@
#include "routerlist.h"
#include "router.h"
#include "routerparse.h"
-#include "shared_random_common.h"
+#include "shared_random_client.h"
#include "networkstatus.h"
#include "log_test_helpers.h"
#include "voting_schedule.h"