Skip to content

Commit eb1d440

Browse files
richtergerGerald Richter
and
Gerald Richter
authored
make members of status::ErrorMsgContent public (#1629)
Co-authored-by: Gerald Richter <[email protected]>
1 parent 994c01c commit eb1d440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmpv2/src/status.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ pub struct PkiStatusInfo<'a> {
193193
#[derive(Clone, Debug, Eq, PartialEq, Sequence)]
194194
#[allow(missing_docs)]
195195
pub struct ErrorMsgContent<'a> {
196-
pki_status_info: PkiStatusInfo<'a>,
197-
error_code: Option<u64>,
198-
error_details: Option<PkiFreeText<'a>>,
196+
pub pki_status_info: PkiStatusInfo<'a>,
197+
pub error_code: Option<u64>,
198+
pub error_details: Option<PkiFreeText<'a>>,
199199
}
200200

201201
/// The `CertConfirmContent` type is defined in [RFC 4210 Section 5.2.18].

0 commit comments

Comments
 (0)