[#CMS_data_create] = CMS_data_create :mrdocs: Create a CMS Data ContentInfo from bytes read from `in.` == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CMS_ContentInfo.adoc[CMS_ContentInfo]* CMS_data_create( xref:BIO.adoc[BIO]* in, unsigned int flags); ---- == Description Equivalent to CMS_data_create_ex() with a NULL library context and property query. == Return Value New CMS_ContentInfo of type NID_pkcs7_data, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *in* | BIO supplying the content octets. | *flags* | CMS flags; CMS_STREAM defers CMS_final() for streaming. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#