Commit 61f538b7 authored by Ian Jackson's avatar Ian Jackson
Browse files

tor-netdoc: Rename variants in VerifyGeneralTrustedAuthorities (fmt)

parent 63869dcc
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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(),
        )