Allocate an empty ASN.1 UTCTime.

Synopsis

Declared in <openssl/asn1.h>

ASN1_UTCTIME*
ASN1_UTCTIME_new();

Return Value

New ASN1_UTCTIME, or NULL on allocation failure.

Created with MrDocs