ASN1_UTF8STRING_free

Free an ASN.1 UTF8String and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_UTF8STRING_free(ASN1_UTF8STRING* a);

Parameters

NameDescription
aValue to free, or NULL.