Loading crates/tor-netdoc/src/doc/netstatus.rs +1 −3 Original line number Diff line number Diff line Loading @@ -2337,9 +2337,7 @@ impl SignatureGroup { // TODO we ought to take the set of trusted authorities as an argument, // rather than use VGTA::HazardouslyAssumeAllAuthCertsAreReal. self.verify_general( VerifyGeneralTrustedAuthorities::HazardouslyAssumeAllAuthCertsAreReal { n_authorities, }, VerifyGeneralTrustedAuthorities::HazardouslyAssumeAllAuthCertsAreReal { n_authorities }, certs, |tv| tv.verify(), ) Loading Loading
crates/tor-netdoc/src/doc/netstatus.rs +1 −3 Original line number Diff line number Diff line Loading @@ -2337,9 +2337,7 @@ impl SignatureGroup { // TODO we ought to take the set of trusted authorities as an argument, // rather than use VGTA::HazardouslyAssumeAllAuthCertsAreReal. self.verify_general( VerifyGeneralTrustedAuthorities::HazardouslyAssumeAllAuthCertsAreReal { n_authorities, }, VerifyGeneralTrustedAuthorities::HazardouslyAssumeAllAuthCertsAreReal { n_authorities }, certs, |tv| tv.verify(), ) Loading