From 2d190d646cdd8e553fb02e21141b8845fedd5bf6 Mon Sep 17 00:00:00 2001 From: Michael Richardson Date: Thu, 27 Dec 2018 13:26:49 -0500 Subject: [PATCH] clarify which functions are the CMS functions which must have CMS_PARTIAL set Reviewed-by: Tim Hudson Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/7960) (cherry picked from commit 61e033308b1c004bd808352fb1d786547dcdf62b) --- doc/man3/CMS_get0_type.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man3/CMS_get0_type.pod b/doc/man3/CMS_get0_type.pod index 86526e0f1e..77af6b0e4f 100644 --- a/doc/man3/CMS_get0_type.pod +++ b/doc/man3/CMS_get0_type.pod @@ -20,7 +20,8 @@ an ASN1_OBJECT pointer. An application can then decide how to process the CMS_ContentInfo structure based on this value. CMS_set1_eContentType() sets the embedded content type of a CMS_ContentInfo -structure. It should be called with CMS functions with the B +structure. It should be called with CMS functions (such as L, L) +with the B flag and B the structure is finalised, otherwise the results are undefined. -- 2.34.1