NAME
ASN1_STRING_print_ex, ASN1_STRING_print_ex_fp, ASN1_STRING_print — ASN1_STRING output routinesSYNOPSIS
#include <openssl/asn1.h>ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags);
ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags);
ASN1_STRING_print(BIO *out, ASN1_STRING *str);
DESCRIPTION
These functions output an ASN1_STRING structure. ASN1_STRING is used to represent all the ASN1 string types.NOTES
ASN1_STRING_print() is a legacy function which should be avoided in new applications.&
~ASN1_STRFLGS_ESC_MSB.