Free an ASN.1 ANY / ASN1_TYPE value and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_TYPE_free(ASN1_TYPE* a);

Parameters

Name

Description

a

Value to free, or NULL.

Created with MrDocs