tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 7097c4a37a914d7a64a0da3a8d1b61816dbe071b
parent 3beb3dac2db492df1686abd1d2c047d5ee6cddcc
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon,  6 Nov 2017 10:04:22 -0500

Merge remote-tracking branch 'dgoulet/bug24053_033_01'

Diffstat:
Msrc/test/test_routerlist.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/test/test_routerlist.c b/src/test/test_routerlist.c @@ -454,7 +454,10 @@ test_directory_guard_fetch_with_no_dirinfo(void *arg) (void) arg; /* Initialize the SRV subsystem */ + MOCK(get_my_v3_authority_cert, get_my_v3_authority_cert_m); + mock_cert = authority_cert_parse_from_string(AUTHORITY_CERT_1, NULL); sr_init(0); + UNMOCK(get_my_v3_authority_cert); /* Initialize the entry node configuration from the ticket */ options->UseEntryGuards = 1;