ASN1_TIME_free

Free a ASN.1 time value (UTCTime or GeneralizedTime) and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_TIME_free(ASN1_TIME* a);

Parameters

NameDescription
aValue to free, or NULL.