Skip to content

Commit

Permalink
cryptographic-message-syntax: box large enum variant
Browse files Browse the repository at this point in the history
I guess it isn't used because this didn't introduce any compile
errors.
  • Loading branch information
indygreg committed Oct 22, 2021
1 parent 5445828 commit ad721b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptographic-message-syntax/src/asn1/rfc5652.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ impl RevocationInfoChoices {
/// ```
#[derive(Clone, Debug, Eq, PartialEq)]
pub enum RevocationInfoChoice {
Crl(CertificateList),
Crl(Box<CertificateList>),
Other(OtherRevocationInfoFormat),
}

Expand Down

0 comments on commit ad721b0

Please sign in to comment.