From 7d8ab5e53917116a53c713310d98240b0bb844a5a5b3b4780522a8003eed023e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 13 Dec 2024 20:44:55 +0300 Subject: [PATCH] Missing quotes --- spec/format/signed-data.cddl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/format/signed-data.cddl b/spec/format/signed-data.cddl index f87b395..f473180 100644 --- a/spec/format/signed-data.cddl +++ b/spec/format/signed-data.cddl @@ -11,7 +11,7 @@ signed-data = { ? certs: [+ cer], } -cer = signed-data ; with /load/t = cer, /load/v = cer-load +cer = signed-data ; with /load/t = "cer", /load/v = cer-load sig = { tbs: sig-tbs, -- 2.50.0