[#PKCS7_print_ctx] = PKCS7_print_ctx :mrdocs: Print a PKCS#7 structure to a BIO. == Synopsis Declared in `<openssl/pkcs7.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int PKCS7_print_ctx( xref:BIO.adoc[BIO]* out, xref:PKCS7.adoc[PKCS7] const* x, int indent, xref:ASN1_PCTX.adoc[ASN1_PCTX] const* pctx); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *out* | BIO to write human‐readable output to. | *x* | PKCS#7 ContentInfo to print. | *indent* | Indentation depth in spaces. | *pctx* | Optional ASN.1 print context, or NULL for defaults. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#