ASN1_PRINTABLESTRING_free

Free an ASN.1 PrintableString and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_PRINTABLESTRING_free(ASN1_PRINTABLESTRING* a);

Parameters

NameDescription
aValue to free, or NULL.