aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/CMS_get0_type.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/CMS_get0_type.pod')
-rw-r--r--doc/man3/CMS_get0_type.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/CMS_get0_type.pod b/doc/man3/CMS_get0_type.pod
index bd45e14..986154f 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<CMS_PARTIAL>
+structure. It should be called with CMS functions (such as L<CMS_sign>, L<CMS_encrypt>)
+with the B<CMS_PARTIAL>
flag and B<before> the structure is finalised, otherwise the results are
undefined.