From e8b42d9d42326ee56fed7804e6bdb16017f02e1b Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 29 Jun 2023 15:51:09 +1200 Subject: [PATCH] hx509: Fix incorrect documentation comment Signed-off-by: Joseph Sutton --- lib/hx509/cms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/cms.c b/lib/hx509/cms.c index 97b23b53e..1723f3a64 100644 --- a/lib/hx509/cms.c +++ b/lib/hx509/cms.c @@ -1190,7 +1190,7 @@ add_one_attribute(Attribute **attr, } /** - * Decode SignedData and verify that the signature is correct. + * Sign and encode a SignedData structure. * * @param context A hx509 context. * @param flags