ASN1_STRING_print_ex_fp

Print an ASN.1 string to a FILE with ASN1_STRING_print_ex() formatting flags.

Synopsis

Declared in <openssl/asn1.h>

int
ASN1_STRING_print_ex_fp(
    FILE* fp,
    ASN1_STRING const* str,
    unsigned long flags);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
fpOutput stream.
strString to print.
flagsASN1_STRFLGS_* formatting flags.