From 4caf201b4098e6311bebdd5e559975066f716287 Mon Sep 17 00:00:00 2001 From: Gerald Richter Date: Fri, 3 Jan 2025 07:47:12 +0100 Subject: [PATCH] Fix spelling in body::PkiBody, change KUr to Kur --- cmpv2/src/body.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmpv2/src/body.rs b/cmpv2/src/body.rs index 829790c28..f656d6c09 100644 --- a/cmpv2/src/body.rs +++ b/cmpv2/src/body.rs @@ -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")]