mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Merge remote-tracking branch 'dgoulet/bug24053_033_01'
This commit is contained in:
commit
7097c4a37a
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue