ASN1_STRING_free

Free an ASN.1 string and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_STRING_free(ASN1_STRING* a);

Parameters

NameDescription
aString to free, or NULL.