Skip to content

Commit

Permalink
Fix spelling in body::PkiBody, change KUr to Kur (#1630)
Browse files Browse the repository at this point in the history
Co-authored-by: Gerald Richter <[email protected]>
  • Loading branch information
richterger and Gerald Richter authored Jan 3, 2025
1 parent e10b2ff commit 994c01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmpv2/src/body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub enum PkiBody<'a> {
#[asn1(context_specific = "6", tag_mode = "EXPLICIT", constructed = "true")]
Popdecr(PopoDecKeyRespContent<'a>),
#[asn1(context_specific = "7", tag_mode = "EXPLICIT", constructed = "true")]
KUr(CertReqMessages),
Kur(CertReqMessages),
#[asn1(context_specific = "8", tag_mode = "EXPLICIT", constructed = "true")]
Kup(CertRepMessage<'a>),
#[asn1(context_specific = "9", tag_mode = "EXPLICIT", constructed = "true")]
Expand Down

0 comments on commit 994c01c

Please sign in to comment.