mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
r19705@catbus: nickm | 2008-05-12 11:40:15 -0400
Actually load the legacy key, not just the authority key twice. svn:r14594
This commit is contained in:
parent
29b29550d5
commit
42dc560b1a
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ init_v3_authority_keys(void)
|
|||
return -1;
|
||||
|
||||
if (get_options()->V3AuthUseLegacyKey &&
|
||||
load_authority_keyset(0, &legacy_signing_key,
|
||||
load_authority_keyset(1, &legacy_signing_key,
|
||||
&legacy_key_certificate)<0)
|
||||
return -1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue