We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10b2ff commit 994c01cCopy full SHA for 994c01c
cmpv2/src/body.rs
@@ -69,7 +69,7 @@ pub enum PkiBody<'a> {
69
#[asn1(context_specific = "6", tag_mode = "EXPLICIT", constructed = "true")]
70
Popdecr(PopoDecKeyRespContent<'a>),
71
#[asn1(context_specific = "7", tag_mode = "EXPLICIT", constructed = "true")]
72
- KUr(CertReqMessages),
+ Kur(CertReqMessages),
73
#[asn1(context_specific = "8", tag_mode = "EXPLICIT", constructed = "true")]
74
Kup(CertRepMessage<'a>),
75
#[asn1(context_specific = "9", tag_mode = "EXPLICIT", constructed = "true")]
0 commit comments