ASN1_ENUMERATED_free

Free an ASN.1 ENUMERATED value and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_ENUMERATED_free(ASN1_ENUMERATED* a);

Parameters

NameDescription
aValue to free, or NULL.