ASN1_PRINTABLE_free

Free an ASN1_PRINTABLE string and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_PRINTABLE_free(ASN1_STRING* a);

Parameters

NameDescription
aValue to free, or NULL.