From 1295044dc8c999fb8c4a3de0011ab900053e7b1b Mon Sep 17 00:00:00 2001 From: Alexander Færøy Date: Fri, 6 Apr 2018 03:58:16 +0200 Subject: Lift the list of default directory servers into their own file. This patch lifts the list of default directory authorities from config.c into their own auth_dirs.inc file, which is then included in config.c using the C preprocessor. Patch by beastr0. See: https://bugs.torproject.org/24854 --- changes/bug24854 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug24854 (limited to 'changes') diff --git a/changes/bug24854 b/changes/bug24854 new file mode 100644 index 0000000000..64e10772e0 --- /dev/null +++ b/changes/bug24854 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Move the list of default directory authorities to their own file for + inclusion using the C preprocessor. Closes ticket 24854. Patch by "beastr0". -- cgit v1.2.3-54-g00ecf