ASN1_GENERALSTRING_free

Free an ASN.1 GeneralString and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_GENERALSTRING_free(ASN1_GENERALSTRING* a);

Parameters

NameDescription
aValue to free, or NULL.