From 8004a377f89b944893f4f4a3dcb7d4746f827df1 Mon Sep 17 00:00:00 2001 From: enri1196 Date: Sun, 19 Nov 2023 12:16:57 +0100 Subject: [PATCH] Update suggestion Co-authored-by: Arthur Gautier --- cms/src/timestamped_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/src/timestamped_data.rs b/cms/src/timestamped_data.rs index a893be13c..007667717 100644 --- a/cms/src/timestamped_data.rs +++ b/cms/src/timestamped_data.rs @@ -99,7 +99,7 @@ pub type TimeStampTokenEvidence = Vec; /// ``` #[derive(Clone, Debug, Eq, PartialEq, Sequence)] #[allow(missing_docs)] -pub struct TimeStampAndCRL { +pub struct TimeStampAndCrl { pub time_stamp: TimeStampToken, #[asn1(optional = "true")] pub crl: Option,