ASN1_INTEGER_free

Free an ASN.1 INTEGER and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_INTEGER_free(ASN1_INTEGER* a);

Parameters

NameDescription
aValue to free, or NULL.