diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-05-04 16:47:28 +1000 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-05-11 13:30:30 -0400 |
commit | cdb528d841e753b6cc0b8d8b2aeb6bed183a1a8d (patch) | |
tree | afde71681ae55859d70a038ea02ea1c7c2bb29cc /src/or/routerlist.h | |
parent | 730cfeb6bd3d8060e44026469ec6d75695c00179 (diff) | |
download | tor-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.h | 2 |
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); |