Free an ASN.1 UTCTime and its contents.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_UTCTIME_free(ASN1_UTCTIME* a);

Parameters

Name

Description

a

Value to free, or NULL.

Created with MrDocs