Skip to content

Commit 994c01c

Browse files
richtergerGerald Richter
andauthored
Fix spelling in body::PkiBody, change KUr to Kur (#1630)
Co-authored-by: Gerald Richter <[email protected]>
1 parent e10b2ff commit 994c01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmpv2/src/body.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub enum PkiBody<'a> {
6969
#[asn1(context_specific = "6", tag_mode = "EXPLICIT", constructed = "true")]
7070
Popdecr(PopoDecKeyRespContent<'a>),
7171
#[asn1(context_specific = "7", tag_mode = "EXPLICIT", constructed = "true")]
72-
KUr(CertReqMessages),
72+
Kur(CertReqMessages),
7373
#[asn1(context_specific = "8", tag_mode = "EXPLICIT", constructed = "true")]
7474
Kup(CertRepMessage<'a>),
7575
#[asn1(context_specific = "9", tag_mode = "EXPLICIT", constructed = "true")]

0 commit comments

Comments
 (0)