[or-cvs] r14594: Actually load the legacy key, not just the authority key twi (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Mon May 12 15:40:36 UTC 2008


Author: nickm
Date: 2008-05-12 11:40:36 -0400 (Mon, 12 May 2008)
New Revision: 14594

Modified:
   tor/trunk/
   tor/trunk/src/or/router.c
Log:
 r19705 at catbus:  nickm | 2008-05-12 11:40:15 -0400
 Actually load the legacy key, not just the authority key twice.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r19705] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/router.c
===================================================================
--- tor/trunk/src/or/router.c	2008-05-12 08:26:02 UTC (rev 14593)
+++ tor/trunk/src/or/router.c	2008-05-12 15:40:36 UTC (rev 14594)
@@ -344,7 +344,7 @@
     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;
 



More information about the tor-commits mailing list