Skip to content
Snippets Groups Projects
Commit 42dc560b authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

r19705@catbus: nickm | 2008-05-12 11:40:15 -0400

 Actually load the legacy key, not just the authority key twice.


svn:r14594
parent 29b29550
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment