Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
enri1196 committed Nov 19, 2023
1 parent 8004a37 commit 186d619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cms/src/timestamped_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ pub enum Evidence {
}

/// ```text
/// TimeStampTokenEvidence ::= SEQUENCE SIZE(1..MAX) OF TimeStampAndCRL
/// TimeStampTokenEvidence ::= SEQUENCE SIZE(1..MAX) OF TimeStampAndCrl
/// ```
pub type TimeStampTokenEvidence = Vec<TimeStampAndCRL>;
pub type TimeStampTokenEvidence = Vec<TimeStampAndCrl>;

/// ```text
/// TimeStampAndCRL ::= SEQUENCE {
/// TimeStampAndCrl ::= SEQUENCE {
/// timeStamp TimeStampToken, -- according to RFC 3161
/// crl CertificateList OPTIONAL -- according to RFC 5280
/// }
Expand Down

0 comments on commit 186d619

Please sign in to comment.