ASN1_OBJECT_free

Free an ASN.1 OBJECT identifier and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_OBJECT_free(ASN1_OBJECT* a);

Parameters

NameDescription
aValue to free, or NULL.