[#PKCS7_set0_type_other] = PKCS7_set0_type_other :mrdocs: Set a PKCS#7 content type to an ASN.1 OTHER content value, transferring ownership of `other.` == Synopsis Declared in `<openssl/pkcs7.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int PKCS7_set0_type_other( xref:PKCS7.adoc[PKCS7]* p7, int type, xref:ASN1_TYPE.adoc[ASN1_TYPE]* other); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *p7* | PKCS#7 structure to update. | *type* | NID of the content type. | *other* | ASN.1 value describing the content; ownership transfers to `p7` on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#