aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.h
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-05-04 16:47:28 +1000
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-05-11 13:30:30 -0400
commitcdb528d841e753b6cc0b8d8b2aeb6bed183a1a8d (patch)
treeafde71681ae55859d70a038ea02ea1c7c2bb29cc /src/or/routerlist.h
parent730cfeb6bd3d8060e44026469ec6d75695c00179 (diff)
downloadtor-cdb528d841e753b6cc0b8d8b2aeb6bed183a1a8d.tar.gz
tor-cdb528d841e753b6cc0b8d8b2aeb6bed183a1a8d.zip
Fetch certificates from the same directory as previous certificates
Improves the fix to #18963.
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r--src/or/routerlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h
index 534dbca5f9..d7af8c807a 100644
--- a/src/or/routerlist.h
+++ b/src/or/routerlist.h
@@ -29,7 +29,7 @@ int trusted_dirs_reload_certs(void);
#define TRUSTED_DIRS_CERTS_SRC_FROM_VOTE 4
int trusted_dirs_load_certs_from_string(const char *contents, int source,
- int flush);
+ int flush, const char *source_dir);
void trusted_dirs_flush_certs_to_disk(void);
authority_cert_t *authority_cert_get_newest_by_id(const char *id_digest);
authority_cert_t *authority_cert_get_by_sk_digest(const char *sk_digest);