[#ASN1_STRING_print_ex_fp] = ASN1_STRING_print_ex_fp :mrdocs: Print an ASN.1 string to a FILE with ASN1_STRING_print_ex() formatting flags. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_STRING_print_ex_fp( FILE* fp, xref:ASN1_STRING.adoc[ASN1_STRING] const* str, unsigned long flags); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *fp* | Output stream. | *str* | String to print. | *flags* | ASN1_STRFLGS_* formatting flags. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#