r19707@catbus: nickm | 2008-05-12 11:42:05 -0400

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


svn:r14595
This commit is contained in:
Nick Mathewson 2008-05-12 15:42:18 +00:00
parent 029a897634
commit 040754b3a0
1 changed files with 1 additions and 1 deletions

View File

@ -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;